C program to calculate average of 3 numbers

C program to calculate average of 3 numbers

Output:

Enter the three numbers:
1 2 3
The average of 3 numbers is 2.000000

Implementation: