Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Write a program that asks the user to enter a string and then converts that string to Morsecode. Morse code is a code where each letter of the English alphabet, each digit, and variouspunctuation char
Write a program that asks the user to enter a string and then converts that string to Morse
code. Morse code is a code where each letter of the English alphabet, each digit, and various
punctuation characters are represented by a series of dots and dashes. Table 8-15 shows
part of the code.
Note: use a parallel array of char[] and String[] to keep the mapping between ASCII and Morse codes.
Need to have proper design ( UML with Flowchart) with Dia app. Flowchart should be drawn for each method in UML.
2. Proper comments.
3.Proper doc-string describing each method in code.
4.Proper Documentation should be for the code.
5. with code the UML and flowcart should be matched.
Following sample has been attached. to know how the assignment must be done.
I have attached the question also in png file.