Find the average of n numbers with while & for loop [ C program Code]

This C Program Code finds the average of n numbers. Here we have used two different methods to solve the problem - i.e the WHILE loop and FOR loop.


Using WHILE loop

Using FOR loop

Comments