you have received a text encoded with morse code and want to decode it. input: your program should read lines from standard input. each line contains a morse code message. each letter in the code is separated by a space char, each word is separated by 2 space chars. the output will contain encoded letters and numbers only. output: print out the decoded words.