Question: Write a Python program that presents a menu with the following options to perform operations on these numbers: 1 . Calculate the sum of the
Write a Python program that presents a menu with the following options to perform
operations on these numbers:
Calculate the sum of the numbers
Calculate the average of the numbers
Find the maximum number
Find the minimum number
Quit
For options to the program will prompt the user to enter four numbers and then operate on the
four numbers provided by the user. The program will continue to run and repeat until the user
selects option to quit.
Additional notes:
Ensure input validation for numeric inputs.
Submit a Python file py containing the program
without list
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
