ar
Feedback
تعلم البرمجة بلغة ++C

تعلم البرمجة بلغة ++C

الذهاب إلى القناة على Telegram

💻 الى كل المبرمجين 🔴سوف تجد شرح لغة السي بلاس بلاس للمبتدئين حتى الاحتراف 📺فيدوهات شرح عديدة 🎥 برامج مجانية 🎁 مشاريع مجانيه 📚 كتب تصميم وبرمجة 📚 مراجع واسئلة محلولة 💻برامج واكواد كثيرة كل ذلك في قناتي 👇 https://t.me/LearnCPlus_Plus

إظهار المزيد
2 315
المشتركون
لا توجد بيانات24 ساعات
-77 أيام
-2630 أيام
أرشيف المشاركات
#include <iostream>

#include<iostream.h> #include<conio.h> int main() { int i,j; for (i=0;i<5;i++) { for (j=0;j<5;j++) { if(i==jj==4j==0) cout<< "*"; else cout<<" "; } cout<<endl; } getch(); } ماهي مخرجات الكود :-)

#include<iostream.h> #include<conio.h> int main() { int i,j; for (i=0;i<5;i++) { for (j=0;j<5;j++) { if(i==jj==4j==0) cout<< "*"; else cout<<" "; } cout<<endl; } getch(); } ماهي مخرجات الكود :-)

#include<iostream.h> #include<conio.h> int main() { int a,b,c; a=0; b=1; c=a+b; cout<<a<<" "<<b<<" "<<c; while(c<100) {a=b; b=c; c=a+b; cout<<c<<" ";} getch(); }

#include<iostream.h> #include<conio.h> int main() { int i,j; for (i=1;i<=12;i++) {for (j=1;j<=12;j++) cout<<i<<"*"<<j<<"="<<i*j<<" \n";} cout<<endl; getch(); }

#include<iostream.h> #include<conio.h> void main() { clrscr(); int i; for (i=1;i<=32;i*=2) cout<<i<<" "; getch(); } ماهي مخرجات الكود :-)

شباب سوف أرسل لكم أكثر من 20 كود جاهز ولاكن يحتاج كل كود إلى ترتيب وأريد من الجميع المشاركة التقاط كل كود على حدة وترتيبة وكتابة مخرجاته وارسالة على البوت مع مخرجاته رح تستفيدوا جداً ! كيف ؟ اقولك كيف . أولاً رح ترتب الكود ورح تلمح ايش في الكود قبل التطبيق . ثانياً باتعرف مخرجات الكود . ثالثاً رح تلمح الكود بعدما عرفت مخرجاتة . #يرجى المشاركة من الجميع دون استثناء وكتابة الكود وإرساله هنا :-) @arssfh69BOT ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️ ملاحظة : البوت مغلق فيه خاصية                معرفة المرسل ❤️

#جمعتكم_طيبة💕
#جمعتكم_طيبة💕

عدلوا البرامج ثم طبقوها للمحرر وانسخ المخرجات 🌸

اي سؤال او نصيحة أو كود او استفسار او ملاحظة في لغة سي بلس بلس ++c يرجى إرسالها هنا :-) @arssfh69BOT ملاحظة :١) البوت مغلق فيه خاصية معرفة المرسل ❤️ ٢)ما اسوي اكواد كبيرة لا بمقابل ولا بدون بعطيك فكرة أو اساعدك بجزئية أما حل كامل لا

شباب وين المشاركات 😂

إذا رأيت تفاعل مع كذا اكواد فبشروا بالمزيد والمزيد ❤️👍

** Program 20: ** طباعة جمع أرقام العدد المدخل #include<iostream.h> #include<conio.h> main() { int x,y,s=0; cout<<"Enter the number:" ; cin>>x; for ( ;x>0; ) {y=x%10; s+=y; x=x/10; }cout<<s; getch(); } ** Program 21: لطباعة الحرف N ** #include<iostream.h> #include<conio.h> main() { int i,j; for (i=0;i<5;i++) { for (j=0;j<5;j++) { if(i==jj==4j==0) cout<< "*"; else cout<<" "; } cout<<endl; } getch(); } متمنياً للجميع دوام التقدم العلمي والتوفيق والنجاح

Program 1: حدد المخرجات #include<iostream.h> #include<conio.h> void main() {clrscr(); int i; for (i=1;i<=32;i*=2) cout<<i<<" "; getch(); } Program 2: #include<iostream.h> #include<conio.h> main() { int i,j; for (i=1;i<=12;i++) {for (j=1;j<=12;j++) cout<<i<<"*"<<j<<"="<<i*j<<" "; cout<<endl; } getch(); } Program 3: #include<iostream.h> #include<conio.h> main() { int a,b,c; a=0; b=1; c=a+b; cout<<a<<" "<<b<<" "<<c; while(c<100) {a=b; b=c; c=a+b; cout<<c<<" ";} getch(); } Program 3: #include<iostream.h> #include<conio.h> main() { int i,j; for (i=1;i<=12;i++) {for (j=1;j<=12;j++) cout<<i<<"*"<<j<<"="<<i*j<<" "; cout<<endl; } getch(); } Program 4: #include<iostream.h> #include<conio.h> main() { int i,x; cout<<"Enter the number : "; cin>> x; for (i=x;i<=12;i++) {cout<<x<<"*"<<i<<"="<<x*i<<" "; cout<<endl; } getch(); } Program 5: ماوظيفة البرنامج الموضح ادناه #include<iostream.h> #include<conio.h> main() { int x; cout<<"Enter the number : "; cin>> x; switch(x) { case 1:cout<<"one"; break; case 2:cout<<"two"; break; case 3:cout<<"three"; break; case 4:cout<<"four"; break; default :cout<<"out of range ";} getch(); } Program 6: اكتب المعادلة الرياضية التي بني البرنامج لحلها في البرنامج الموضح ادناه #include<iostream.h> #include<conio.h> main() { int x,w; cout<<"Enter the x: "; cin>> x; if(x >0) w=x*x+1; else if(x = = 0) w=x+5; else w=2*x*x*x-1; cout<< w; getch(); } Program 7: #include<iostream.h> #include<conio.h> main() { int grade; cout<<"Enter the grade: "; cin>>grade; if(grade >=90) cout<< " : Excellent "<<endl; else if(grade >=80) cout<< " : Very Good "<<endl; else if(grade >=65) cout<< " : Good "<<endl; else if(grade >=50) cout<< " : Accepted "<<endl; else if(grade < 50) cout<< " : is failing "<<endl; getch(); } Program 8: حدد المخرجات : للبرنامج الاتي #include<iostream.h> #include<conio.h> main() {int w=-20; int x=8; w+=+20; w++; x=(w%2)+2; x--; --x; w=x; x=w; w*3; x*4; x+=2*w; w+=2*x; cout<<w+x; getch(); } Program 9: حدد الاخطاء ان وجدت في البرنامج ادناه واعد كتابة البرنامج بالشكل الصحيح #include<iostream.h> #include<math.h> mian() {int w=-20; x=8; w+=+-20; W++ int x=(w%2)+2; /welcome x--; --x; int const w=x; x=abs(w; w*3; x4 x+=(2*w; w+=2*x); cout>>w+x; gatch(); } Program 10: #include<iostream.h> #include<conio.h> main() { int i,j; for (i=1;i<=3;i++) { for (j=1;j<=4;j++) cout<<i*j<<" "; cout<<endl;} getch(); } Program 11: #include<iostream.h> #include<conio.h> main() { int i,j,a; for (i=1;i<=5;i++) { cout<<endl; for (j=1;j<=i;j++) {cout<< " ";} for (a=5;a>=i;a--) cout<< " * ";} getch(); } Program 12: #include<iostream.h> #include<conio.h> main() { int i,j; for (i=5;i>0;i--) { cout<<endl; for (j=5;j>=0;j--) {if(j<i) cout<<"*"; else cout<< " ";}} getch(); } Program 13: #include<iostream.h> #include<conio.h> main() { int i,j; for (i=0;i<5;i++) { cout<<endl; for (j=5;j>=0;j--) {if(i<j) cout<<" "; else cout<< "*";}} getch(); } Program 14: #include<iostream.h> #include<conio.h> main() { int i,j; for (i=1;i<=5;i++) { cout<<endl; for(j=5;j>=i;j--) cout<< "*";} getch(); } ** Program 15: ** #include<iostream.h> #include<conio.h> #define n 4 main() { int i,j; for (i=0;i<n;i++) { cout<<endl; for (j=0;j<n;j++) if(j==0 j==n-1 i+2==n) cout<< "*"; else cout<< " ";} getch(); } ** Program 16: ** #include<iostream.h> #include<conio.h> main() { int i,j; for (i=4;i>=0;i--) { cout<<endl; for (j=i;j>=0;j--) cout<< j;} getch(); } ** Program 17: ** #include<iostream.h> #include<conio.h> int i,j,m; main() { for (i=1;i<10;i++) { cout<<endl; for (j=10;j>0;j--) if(i<j) { cout<< " ";} else{ cout<< j;} for (m=2;m<10;m++) {if(i<m) cout<< " "; else cout<< m;} } getch(); } ** Program 18: ** #include<iostream.h> #include<conio.h> main() { int i,j,f; for (i=1;i<100;i++) {f=0; for (j=2;j<i;j++) if(i%j==0) f++; if(f==0) cout<<i<<" ";} getch(); } ** Program 19: ****- #include<iostream.h> #include<conio.h> main() { int x,y; cout<<"Enter the number:" ; cin>>x; for ( ;x>0; ) {y=x%10; cout<<y; x=x/10;} getch(); }

شباب سوف أرسل لكم أكثر من 20 كود جاهز ولاكن يحتاج كل كود إلى ترتيب وأريد من الجميع المشاركة التقاط كل كود على حدة وترتيبة وكتابة مخرجاته وارسالة على البوت مع مخرجاته رح تستفيدوا جداً ! كيف ؟ اقولك كيف . أولاً رح ترتب الكود ورح تلمح ايش في الكود قبل التطبيق . ثانياً باتعرف مخرجات الكود . ثالثاً رح تلمح الكود بعدما عرفت مخرجاتة .

💔💔💔.

بعد ذي الرسالة دخل لي عدة أشخاص يبغوا اكواد ومشاريع 😂😂 رايح انتحر بسلك الشاحن 👨‍🦯🧑‍🦯

الشغف ميت ممكن جرعة تحفيز ورفع معنوية ؟ بالأمس أنا احفزكم واليوم دوركم ! 💔💔

اي سؤال او نصيحة أو كود او استفسار او ملاحظة في لغة سي بلس بلس ++c يرجى إرسالها هنا :-) @arssfh69BOT ملاحظة : البوت مغلق فيه خاصية معرفة المرسل ❤️

للمنضمين متأخراً اطلعوا من أول منشور في القناة بتحصلوا تمارين محلولة وكتب عن اللغة ومراجع واكواد مكتوبة وكتب عن تعلم الهكر الاخلاقي واشياء كثيرة بتستفيدوا منها ..