This project is aimed to be a console application with limited feature set to discover C# and .NET features.
- Split the project into files
- Improve by having a menu
- Improve by not limiting inputs: unlimited number of numbers
- Handle different types
- Improve by offering to do something with result (ex: menu with choices)
- What would you like to do with result?
- Discard: goes to main menu
- Divide/Multiply/Convert/Ceil/Floor/SqrRoot/Etc: Gives the new result when straight forward or asks for second input when needed
- What would you like to do with result?