Question: Using the AWS Cloud9 IDE Write a Python calculator application that prompts a user to calculate the sum, difference, modulus, product or quotient of two
Using the AWS Cloud9 IDE Write a Python calculator application that prompts a user to calculate the sum, difference, modulus, product or quotient of two input integers. Since we cant loop yet, the application should run once and then exit. The application should prompt the user to select the mathematical operator, display what was selected and then prompt the user to enter the two integers.
********If the user enters a 0 for the second number when the division operator is selected, the application should warn that divide by zero is not allowed and exit.**********
The following is a possible application interface. Other application interfaces are possible as well. (40 points)
Welcome to the Python Calculator Application.
What calculation do you want to perform?
1) Addition (+)
2) Subtraction (-)
3) Division (/) 3
4) Multiplication (*)
5) Modulus (%)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
