Only for java Programmer or Computer Science Expert Not Essay Writer Please

profileSaMsRa@1

  

Java Code

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.


MOST  IMPORTANT ( Note: use a parallel array of char[] and String[] to keep the mapping between ASCII and Morse codes ) 


Additional requirements:

1. Need to have proper design ( UML with Flowchart) via 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.

  • 8 years ago
  • 20
Answer(1)

Purchase the answer to view it

blurred-text
NOT RATED
  • attachment
    encode-morse.zip