C Program to Calculate the Sum and Average of n Number

How to write a C Program to calculate the Sum and Average of N number using For Loop, While Loop and Do While Loop. C Program to find Sum and Average of n Number using For Loop This C program allows the user to enter the number (n) he wishes to calculate the average and … Read more