Question: Java Programing code 2. (Morse Alphabet) [50 Points] Morse code is perhaps the most famous code scheme, developed in 1832 by Samuel Morse for use
![Java Programing code 2. (Morse Alphabet) [50 Points] Morse code is perhaps](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3d384efcfb_42866f3d3846497e.jpg)
Java Programing code
2. (Morse Alphabet) [50 Points] Morse code is perhaps the most famous code scheme, developed in 1832 by Samuel Morse for use in the telegraph system. The Morse alphabet includes codes which consist of dots and dashes for each letter, number and some special characters (comma, semicolon, etc.). Develop a Java program that encodes a text written without using Turkish characters with Morse alphabet. Use one space between each letter of the Morse alphabet and three spaces between each word. . Store each character and its Morse letter into a two-dimensional array. Create a method which finds the Morse code of any character from the array and returns it to the main program. Create a method which translates the text into an encoded expression using Morse alphabet Create another method that converts the expression encoded using Morse code to its initial form. Test both methods. 4 Morse Alphabet Character Code Character Code A T B U -.-. V D W E X -..- F Y G z H Numbers I 1 J 2 K 3 L 4 M 5 N 6 O 7 P 8 ---.. O --.- 9 ---- Activate Windows Go to Settings to activate Window R 0 S
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
