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 😊