Question: (C++ Please Help) (Currently using Visual Studios) Program Specification Write a program that accepts a string of up to 50 characters. Your program should then
(C++ Please Help) (Currently using Visual Studios)

Program Specification Write a program that accepts a string of up to 50 characters. Your program should then convert the string to Morse code and play the sound back to the user. Note: 1. The string may consist of more than one sentence. 2. To simplify the process assume the user will only enter the following characters: 1. A-Z 2. a-z 3.0-9 4 5. SPACE 3. Make sure your program is user friendly, after processing a string make sure to ask the user if they would like to 4. Display the string character by character with its morese code translation as it beeps. For this exercise do NOT use the string class. Use C strings. Don't forget to use functions. You can find a morse code translate another string. translation here: http://www.drquinnmd.com/images/pageheaders/moresecode.jpg Program Specification Write a program that accepts a string of up to 50 characters. Your program should then convert the string to Morse code and play the sound back to the user. Note: 1. The string may consist of more than one sentence. 2. To simplify the process assume the user will only enter the following characters: 1. A-Z 2. a-z 3.0-9 4 5. SPACE 3. Make sure your program is user friendly, after processing a string make sure to ask the user if they would like to 4. Display the string character by character with its morese code translation as it beeps. For this exercise do NOT use the string class. Use C strings. Don't forget to use functions. You can find a morse code translate another string. translation here: http://www.drquinnmd.com/images/pageheaders/moresecode.jpg
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
