|
| |||
| آله حاسبة بلغة السي ++ simple calculator ver. 1.0 الالة تحتوي علي العمليات الاساسية بالاضافة الي الاسس و المضروب تحميل البرنامج برابط مباشر من هنا و ده البرنامج مكتوب بلغة السي ++ للاستفادة كود PHP: // by www.extra-times.blogspot.com (fady youssef/bego-0) #include <iostream.h> int main () { int f=1,number,i,power,counter=10000; double nd,st; unsigned short operation; cout<<"simple calculator ver. 1.0\n\t MADE BY FADY YOUSSEF "<<"\n\twww.extra-times.blogspot.com"; while (counter>0) { cout<<"\n\n\nplease enter the number of the operation\n"; cout<<"\n\n(0)help!\n(1)for adding(+)\n(2)for subtracting(-)\n(3)for multyplying(*)\n(4)for dividing(/)\n(5)x!\n(6)a^x\n\n\n"; cin>>operation; switch (operation) { case 0:cout<<"\aa^x\n---\n like 3^2=9 \nthis used to find the values of powers \np.s:the power must be positive\n\n\nx!\n--\nto find the factorial"<<"\n----------------"; break; case 1: cout<<"please enter the first number : "; cin>>st; cout<<"please enter the second number : "; cin>>nd; cout<<"\n\athe result is "<<st+nd<<"\n----------------"; break; case 2: cout<<"please enter the first number : "; cin>>st; cout<<"please enter the second number : "; cin>>nd; cout<<"\n\athe result is "<<st-nd<<"\n----------------"; break; case 3: cout<<"please enter the first number : "; cin>>st; cout<<"please enter the second number : "; cin>>nd; cout<<"\n\athe result is "<<st*nd<<"\n----------------"; break; case 4: cout<<"please enter the first number : "; cin>>st; cout<<"please enter the second number : "; cin>>nd; cout<<"\n\athe result is "<<st/nd<<"\n----------------"; break; case 5:cout<<"please , enter a number :"; cin>>number; for (i=1;i<=number;i++) { f=f*i; } cout<<"\n\athe result is "<<f<<"\n----------------"; break; case 6:cout<<"please , enter a number (a):"; cin>>number; cout<<"please , enter the power (x)must be positive:"; cin>>power; if (power==1) { f=number; } else {f=number*number; power--; for (i=2;power>=i;power--) { f=f*number; } } cout<<"\n\athe result is "<<f<<"\n----------------"; break; default : cout<<"\n wrong entry"; break; } } cout<<"\n\n"; return 0; } // by www.extra-times.blogspot.com (fady youssef) و لتحميل ملف .cpp أضغط هنا تحياتي ,, |
![]() |
| العلامات المرجعية |
| يتصفح الموضوع حالياً : 1 (0 عضو و 1 ضيف) | |
| أدوات الموضوع | |
| انواع عرض الموضوع | |
| |
المواضيع المتشابهه | ||||
| الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
| برامج ماسنجر - تحميل برنامج المسنجر 2009 | Technology | برامج الانترنت | 3 | 15-10-2009 01:00 PM |
| تحميل برنامج Opera@USB 9 | Technology | برامج الانترنت | 1 | 01-09-2009 02:46 AM |
| برنامج تنزيل - برنامج تحميل برامج Orbit للتحميل | Technology | برامج الانترنت | 3 | 23-06-2009 07:24 PM |
| تحميل برنامج Secure Clean PC | Technology | برامج الانترنت | 0 | 23-02-2009 03:29 AM |