Shopping In MUMBAI

Are you searching for Discounts, offers, sale in Mumbai ? You are in the right place. MUMBAI, a shopping haven, has no dearth of great discounts and sales. This blog features the best MUMBAI shopping offers, sale, discounts and deals and bargains CURRENTLY GOING on in Mumbai plus a few free things thrown in on top. Don't wait for it because once they are gone, they are gone. Hurry!..By clicking the "Like" button you will receive a daily update of discounts, sale, offers going on in Mumbai. LIKE IT.... SHARE IT...njoY.

Wednesday, December 31, 2008

C Program to calculate the average of 3 numbers

C Program to calculate the average of 3 numbers

# include
# include
void main()
{
int a,b,c,total;
float avg;
clrscr();
printf("\nEnter 3 numbers:");
scanf("%d %d %d",&a,&b,&c);
total=a+b+c;
printf("\n Total=%d",total);
avg=total/3;
printf("\n Average=%0.02f",avg);
getch();
}

*************OUTPUT**************

Enter 3 numbers:6
8
9

Total=23
Average=7.00

C Program to calculate the average of 3 numbersSocialTwist Tell-a-Friend

0 comments:

SUPPORT THIS BLOG