import java.util.*;

public class Rom2 {

/*This program converses morse code to letter.
* For example by typing .-- it should find the letter A,
* When it being done directly without...