Write a Python program (Lab9_ex7_Id.py) that deals with simple calculator by using user-defined functions. In this program, prompt the user to choose an operation. Options 1, 2, 3, and 4 are valid. If any other input is given, invalid input message is displayed and the loop continues until a valid option is selected. The user should be prompted for two numbers and an if ...elif...else branching is used to execute a particular section. User-defined functions: add(), subtract(), multiply() and divide() evaluate respective operations and display the output. In case of selecting option 4 related to the divide operation, division by zero should not be allowed. If this happened your program should return a message: "You cannot divide by zero". However, if the selected operation is done properly, the user must be prompted whether he/she wants to continue with another operation or not. If the answer is "no" then your program should stop. Otherwise, your program should continue processing the new selected operation. Select an operation: 1 Add 2 Subtract 3 Multiply 4 Divide Enter operation number (1/2/3/4): -9 Invalid Input Wind

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Use python Use functions
100%
display the output. In case of selecting option 4 related to the divide operation, division by zero should not
be allowed. If this happened your program should return a message: "You cannot divide by zero". However,
if the selected operation is done properly, the user must be prompted whether he/she wants to continue with
another operation or not. If the answer is "no" then your program should stop. Otherwise, your program
should continue processing the new selected operation.
Select an operation:
1 Add
2 Subtract
3 Multiply
4 Divide
Enter operation number (1/2/3/4): -9
Invalid Input
Enter operation number (1/2/3/4): k
Invalid Input
Enter operation number (1/2/3/4): 3
Enter first number: 5
Enter second number: 3
5.0 * 3.0 = 15.0
Do you want to do a new operation? (yes/no): yes
Enter operation number (1/2/3/4): 4
Enter first number: 4
Enter second number: 0
You cannot divide by zero
Activate Window
Go to Settings to activ
Do you want to do a new operation? (yes/no): no
In [6]:
Figure 7. Exercise 7 Sample Run.
Transcribed Image Text:100% display the output. In case of selecting option 4 related to the divide operation, division by zero should not be allowed. If this happened your program should return a message: "You cannot divide by zero". However, if the selected operation is done properly, the user must be prompted whether he/she wants to continue with another operation or not. If the answer is "no" then your program should stop. Otherwise, your program should continue processing the new selected operation. Select an operation: 1 Add 2 Subtract 3 Multiply 4 Divide Enter operation number (1/2/3/4): -9 Invalid Input Enter operation number (1/2/3/4): k Invalid Input Enter operation number (1/2/3/4): 3 Enter first number: 5 Enter second number: 3 5.0 * 3.0 = 15.0 Do you want to do a new operation? (yes/no): yes Enter operation number (1/2/3/4): 4 Enter first number: 4 Enter second number: 0 You cannot divide by zero Activate Window Go to Settings to activ Do you want to do a new operation? (yes/no): no In [6]: Figure 7. Exercise 7 Sample Run.
7 / 8
100%
Exercise 7:
Write a Python program (Lab9_ex7_Id.py) that deals with simple calculator by using user-defined
functions. In this program, prompt the user to choose an operation. Options 1, 2, 3, and 4 are valid. If any
other input is given, invalid input message is displayed and the loop continues until a valid option is selected.
The user should be prompted for two numbers and an if ...elif...else branching is used to execute a particular
section. User-defined functions: add(), subtract(), multiply() and divide() evaluate respective operations and
display the output. In case of selecting option 4 related to the divide operation, division by zero should not
be allowed. If this happened your program should return a message: "You cannot divide by zero". However,
if the selected operation is done properly, the user must be prompted whether he/she wants to continue with
another operation or not. If the answer is "no" then your program should stop. Otherwise, your program
should continue processing the new selected operation.
Select an operation:
1 Add
2 Subtract
3 Multiply
4 Divide
Enter operation number (1/2/3/4): -9
Invalid Input
Activate Windows
Transcribed Image Text:7 / 8 100% Exercise 7: Write a Python program (Lab9_ex7_Id.py) that deals with simple calculator by using user-defined functions. In this program, prompt the user to choose an operation. Options 1, 2, 3, and 4 are valid. If any other input is given, invalid input message is displayed and the loop continues until a valid option is selected. The user should be prompted for two numbers and an if ...elif...else branching is used to execute a particular section. User-defined functions: add(), subtract(), multiply() and divide() evaluate respective operations and display the output. In case of selecting option 4 related to the divide operation, division by zero should not be allowed. If this happened your program should return a message: "You cannot divide by zero". However, if the selected operation is done properly, the user must be prompted whether he/she wants to continue with another operation or not. If the answer is "no" then your program should stop. Otherwise, your program should continue processing the new selected operation. Select an operation: 1 Add 2 Subtract 3 Multiply 4 Divide Enter operation number (1/2/3/4): -9 Invalid Input Activate Windows
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY