C program to calculate average

C program to calculate average

Output:

How many numbers: 5
Enter the numbers:
1 2 3 4 5
The average of 5 numbers is 3.000000

Implementation: