Question
Write a calculator that will give the user this menu options: 1)Add 2)Subtract 3)Multiply 4)Divide 5)Exit . Your program should continue asking until the user
Write a calculator that will give the user this menu options:
1)Add
2)Subtract
3)Multiply
4)Divide
5)Exit .
Your program should continue asking until the user chooses 5. If user chooses to exit give a goodbye message. After the user selections options 1 - 4, prompt the user for two numbers. Perform the requested mathematical operation on those two numbers. Round the result to 1 decimal place. Please answer in python and make it simple. Please implement proper indentation, not just a paragraph of code. Thanks.
Example 1: Let's calculate! 1) Add 2) Subtract 3) Multiply 4) Divide 5) Exit Please select one of options above: 4 Enter the first number: 2.81 Enter the second number: 1.111 Answer: 3.1 1) Add 2) Subtract 3) Multiply 4) Divide 5) Exit Please select one of options above: 5 Have a good day!
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started