Write a program in a computer language of your choice to convert any given text to “leet format” in real time.
Leet (or “1337”), is a system of modified spellings used primarily on the Internet.
Input: “Translator” Output:”Tr4nsl4t0r”
Input: “leet”, Output: “l33t”
Input: “Good Morning”, Output: “G00d M0rn1ng”
Evaluation criteria:
- Code Quality Standards
- OOAD/Object-Oriented Analysis & Design
- Application Logic
- Exception Handling
- Simplicity and Effectiveness of code
Time: 0-30 minutes max.