Directions: Write a Java program that will accept a string as input. Convert the string to Morse code and output the original string and the Morse Code. Remember that you will need to insert a space after each Morse code character. You can use parallel arrays to convert the incoming characters to the Morse code.