Question: FORTRAN PROGRAM - The example morse is wrong (ex. X and Y are same), just google the correct morse code conversions. Prefer the input to
FORTRAN PROGRAM - The example morse is wrong (ex. X and Y are same), just google the correct morse code conversions. Prefer the input to come from a file and output to another file. 
Write a program that generates the Morse code for a sentence that ends with a period and contains no other characters except letters and blanks. Between each Morse code, you must have a blank. After reading the Morse code into an array of strings, your program should read each word ofthe sentence and display its Morse code equivalent on a separate line. The Morse code is as follows: E. F You should test following sentences: ABCDEFGHITELMINOPOUSTUWXY THIS IS A TEST HOW ARE YOU I AMA GOOD COMPUTER SCIENCE STUDENT MORSE CODE IS FUN TO LEARN
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
