Write a program to find average in c language
Answers
Answered by
1
Explanation:
Next, it will ask the user to enter individual items up to a declared number. Using the While Loop, it will calculate the sum, and later it will calculate the average. Within this C Program to Calculate the Sum and Average of n Number, the first printf statement will ask the user to enter n value.
Answered by
0
Next, it will ask the user to enter individual items up to a declared number. Using the While Loop, it will calculate the sum, and later it will calculate the average. Within this C Program to Calculate the Sum and Average of n Number, the first printf statement will ask the user to enter n value.
Attachments:
Similar questions