Question: Write a program to calculate the average of a list of numbers provided by the user. Stop when the user enters a 0, and print
Write a program to calculate the average of a list of numbers provided by the user. Stop when the user enters a 0, and print the average. Hint: Do the running sum, and keep track of how many numbers the user has entered.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
