This is a Calculator created using Python. It is capable of performing some of the basic mathematical Calculations like:
- Addition of two numbers
- Subtraction of two number
- Multiplication of two numbers
- Division of two numbers
- Calculating the Square of a number
- Calculating the Cube of a number
- Calculating the Square Root of a number
- Calculating the Cube Root of a number
The results calculated by the program are accurate.
-
Run 'main.py' or 'Calculator.exe'.
-
You will be directed to a Menu Screen where you have to select an option to perform any of the Calculations listed in the menu.
-
After you make your choice, you need to enter one or two numbers based on the calculation you select.
-
The program will then calculate and display the result to the user on the screen.