Question: Write a program that calculates the average of a set of numbers you input. You should ask for the number of numbers to input and
- Write a program that calculates the average of a set of numbers you input. You should ask for the number of numbers to input and use this number to control a loop that gets the numbers from the keyboard. Perform the loop with a for loop and try it again with a while loop. Program in C.
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
