A over-engineered project suggestion by the Open AI ChatGPT when I asked for fun C# console projects ->
Build a simple console application: You can create a console application that performs basic tasks, such as calculating a mathematical expression or generating a random number.
- Words to numbers
- Decimal equations
- The 4 basic operators. (+/*-)
- Not case sensitive
- Ignores unrelated words
Clone this repo with git into any IDE supporting C#
git clone https://github.com/Norvikk/ConsoleMath
or
Manually copy & paste the files and download the NuGet Package
Build & Run locally
- .NET 6.0 Runtime
- MathParser.org-mXparser (NuGet)