المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : هاااااام ارجو من الجميع الدخوول



نور الوجود
10-31-2009, 10:28 PM
مرحباااا

اروجوا منكم المسعادتي في حل السؤال ......:eh_s(2):
لانه بكره راح يكون كويز فيه ..
ارجووكم لا احد يبخل باي معلومه ممكن تنفعني وانا والله ضاقت فيني الدنيا ارجوكم فرجوها علي



.........هذا السؤال........
An internet cafe has a lot of customers and it is needed to automate process of renting computers to generate the invoice.
The system keeps customer name, customer contact number and number of hours needed to reserve the computer. The invoice is generated ****d on number of hours
- If reserving 1 hour it will be estimated by 15 S.R
- Reserving form 2 – 4 hour will be estimated by 10 S.R for each hour
- Reserving form 5 and above will be estimated by 7 S.R for each hour
• Extract the attributes and create a class with a meaningful name.
• Make sure you validate user input.
• Define a function that prints customer details.
• Define a function that prints the invoice.
• Test your program



وربي يعطيكم الف عافيه :SnipeR (27):
اختكم نور الوجود :eh_s::eh_s:

saousana
10-31-2009, 10:30 PM
شو اللغة ؟

نور الوجود
10-31-2009, 10:50 PM
هلا قلبي :):):)
اللغه c++
مشكووره على المرور:icon15:

zAiD aLsHuRaFa
10-31-2009, 11:46 PM
ما بعرف فيها اشي...ولا كان بودي اساعدك....:icon31:

نور الوجود
10-31-2009, 11:52 PM
مشكوررررررر على المرور
نورتنا بوجودك:):)

نور الوجود
11-01-2009, 08:40 PM
مرحبا....
انا مره سعيده بتواجدي معاكم في هذا المنتدى الرائع
وبدي اعطيكم حل السؤال ....
ومشكووورين على جهودكم ....
#include <iostream>
#include <string>
using namespace std;
class cafe{
string name;
int contactnum, oh;
public:
cafe(){name='n';
contactnum=0;
oh=valed();
}

int valed(){
int check=0;
cout<<" enter number of oh please \n";
cin>>check;
while (check < 0){
cout<<"inter again \n";
cin>>check;
}
return check;
}
void calc(){
if (oh == 1 ) cout<<"15 S.R"<<endl;
else
if((oh >= 2)||(oh <= 4))
cout<< oh * 10 <<"R.S"<<endl;
else
if(oh > 4 ) cout << oh*7 << "R.S" <<endl;
}
void print(){
cout<<"costmer name:"<<name<<endl;
cout<<"contact number:"<<contactnum<<endl;
cout<<"costmer oh"<<oh<<endl;
}
void read(){
cout<<" enter ur costmer name "<<endl;
cin>>name;
cout<<"enter ur contact number of ur costmer "<<endl;
cin>>contactnum;
}
};

int main(){
cafe obj;
obj.read();
obj.calc();
obj.print();
return 0;
}
:):):):):):):):):):):):):):):):):):):)

Sc®ipt
11-01-2009, 08:45 PM
نايس
زمان والله عن الـ ++C و الــOOP

أميرة قوس النصر
11-01-2009, 09:14 PM
:eh_s(2):
ولا انا ناسيها

شذى الياسمين
11-01-2009, 09:21 PM
انا اخذت الماده بس اول مره بشوف هيك شي ..
بالتوفيق ..
واذا بدك اي مساعده تانيه انا جاهزه ..

نور الوجود
11-01-2009, 10:53 PM
مشكوووورين على المرور ..
شذى الياسمين مانستغني عنك انتي الخير والبركه..:icon15::icon15::icon15::icon15: