🛰Decode a Morse code message🚀
This repository includes files with plain SQL that can be used to recreate a database:
Decode a Morse code message Requirements
- Create a method to decode a Morse code character, takes a string parameter, and return the corresponding character in uppercase (e.g. decode_char(".-") returns "A").
- Create a method to decode an entire word in Morse code, takes a string parameter, and return the string representation. Every character in a word will be separated by a single space (e.g. decode_word("-- -.--") returns "MY").
- Create a method to decode the entire message in Morse code, takes a string parameter, and return the string representation. Every word will be separated by 3 space
- Inhance the project additional parameters 🚀
Contributions, issues, and feature requests are welcome!
Give me ⭐️ If you like this project!
- I thank the Microverse program for giving us this great chance.
This project is MIT licensed.
