Mean value of five

int a,b,c,d,e; printf("Entre five values"); scanf("%d%d%d%d%d",&a,&b,&c,&d,&e); float f=a+b+c+d+e; float g=f/5; printf("Mean value= %.2f",g);

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.