Question: 4. Write a python program that gets numbers from the user until they enter zero, then tells the user the average of all the numbers,
4. Write a python program that gets numbers from the user until they enter zero, then tells the user the average of all the numbers, the largest number entered, and the smallest number entered. [20 marks) Sample input: 10 9 B 7 0 Sample output: Average: 8.5 Largest: 10 Smallest: 7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
