The program that decodes the code that comes in morse code is given below:
package com.codeeval.easy;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
public class MorseCode {
*The complete code is attached as a file
Read more about programming here:
https://brainly.com/question/23275071
#SPJ1