You need to implement a calculator for elementary school
Program: Write a program that is designed as a calculator for elementary school children. It will calculate addition, subtraction, multiplication, and division.
The program will ask for the first digit, then the operator, then the second digit. It will display the answer to the problem after the second digit is entered.
In the output, no answer is to be displayed with more than 2 decimal points.
Care should be taken to write your code using proper formatting, including a header, appropriate indentation, and adequate code comments. The program should also use good user dialog.
Remember, this program is for elementary school children so you have to tell them exactly what to do. You also need to make the user dialog fun without being silly.
Can you provide the code of this program and also add comments in code section that will be useful in the future.