صفحة 1 من 1

الفصل الثاني

مشاركةمرسل: الاثنين يوليو 14, 2008 1:10 am
بواسطة غسان بن فاروق باتي

مدة التسجيل: 00:10:02

ch02.zip
عرض الفصل الثاني
(577.66 KiB) 519 مرة

Re: الفصل الثاني

مشاركةمرسل: السبت أغسطس 02, 2008 5:50 am
بواسطة 42600923
THE NAME OF ALLAH
this is example for chapter 2#
(.Q: Write a program that ask for user input from 5 to 9 then calculate the average( Asked by Cisco system people
A.
CODE: تحديد الكل
int main()
{
int MAX=4;
int total =0;
int average=0;
int numb;
cout<<"Please enter your input from 5 to 9";
cin>>numb;
if((numb <5)&&(numb>9))
cout<<"please re type your input";
else
for(i=0;i<=MAX; i++)
{
total = total + numb;
average= total /MAX;
}
cout<<"The average number is"<<average<<endl;

return 0;

}

----------------
ENG.42600923