Calculator in C++ in an unusual style
The unusual style of this calculator is that it uses the function to perform calculations, rather than directly perform calculations in the main function. This can be useful if you want to reuse the computer code in other parts of your program or if you want to make the program easier to read and understand.