Question: Average of a sequence Purpose: Use a while loop to calculate a total and keep track of a counter in order to calculate an average
Average of a sequence
Purpose: Use a while loop to calculate a total and keep track of a counter in order to calculate an average
Determine the average of all elements of a sequence ending with the number 0.
Example Input
3 4 5
Example Output
4.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
