Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 431 Bytes

File metadata and controls

6 lines (6 loc) · 431 Bytes

Number-To-Text-Using-Interpreter-Design-Pattern

This is a program made as project for Design Pattern subject. Created with C# language with OOP (Object-Oriented Programming) and used the Interpreter Design Pattern. Also, it's CLI (Command-Line Interface) program. The program start by asking the user to enter a number as digit 123, then the program will convert the number to text One hundred twenty three. That's it 😊