Computer Science, asked by rockey42, 5 months ago

7. Write a program to find average of three numbers,​

Answers

Answered by bhaswati1203
0

Answer:

printf("\nENTER THREE NUMBERS: " );

Answered by siva9398723
0

scanf("%d %d %d",&n2,&n3);

avg=(n1+n2+n3)/3

Similar questions