Question: Write An algorithm for solving the problem Write Program written in Python. The calculator will start by asking what the user wants to do ,
Write An algorithm for solving the problem
Write Program written in Python.
The calculator will start by asking what the user wants to do like
Addition
Subtraction
Multiplication
Division
Exponent
Exit
Based on the option, the program will either add, subtract, multiply,
divide or exponent the numbers that the user entered. Once the operation
is complete, the program will again ask the user its choice. If the user
chooses to exit, the program will stop
Hint: Use math module for exponent operation
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
