Simple calculator that sanitizes user input, written in C#.
Open the executable and input two numbers and an operator, the calculator will perform the operation and show the result. After some seconds, it will prompt the user to input the same data again for another operation.
Install the source code using Visual Studio 2022 and open the solution. The calculator can be compiled in either x64 or x86.