Question
10 points for no syntax errors 10 points for putting your name in the filename 40 points for the functions from Program 1-4 still working
10 points for no syntax errors 10 points for putting your name in the filename 40 points for the functions from Program 1-4 still working correctly 40 points for the loop working correctly Your assignment is to modify Program 1-4 to add the following: 1. When you print the menu options and ask for input, keep asking for input until the user requests the program to stop. Example Output (User input is in bold italics) -- Menu -- 1. Display the highest number in the list 2. Display the lowest number in the list 3. Display the list total 4. Display the list average 5. Quit the program Enter your choice (1-5): 1 The highest number in the list is 56 -- Menu -- 1. Display the highest number in the list 2. Display the lowest number in the list 3. Display the list total 4. Display the list average 5. Quit the program Enter your choice (1-5): 3 The total of the numbers in the list is 56 -- Menu -- 1. Display the highest number in the list 2. Display the lowest number in the list 3. Display the list total
4. Display the list average 5. Quit the program Enter your choice (1-5): 5 Goodbye!
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