A simple calculator in C++, which works with plus, minus, multiplied, divided, root and square. Output on the console and the code runs all the time because of the while (true) loop.
A simple calculator in Python, which works with plus, minus, multiplied, divided. Output on the console.