The calculator performs 5 following operations:
- Addition
- Subtraction
- Multiplication
- Division
- Average
The calculator is coded into 3 following steps:
- Creating Functions of every operation.
- User Input values by input() function.
- Print result using if-elif-else nested command.
- Language- Python
- Source code editor- Visual Studio Code