Write a Function procedure ToMorseCode that takes one string argument and returns a string containing the Morse code equivalent. Figure 18.12 lists the Morse code for letters and digits.
What will be an ideal response?
```
1
2
3
4
5
6
7