Programming Advices

Programming Advices

Welcome to our KZread channel, where we bring you over 28 years of programming experience to help you master the art of coding. Join us as we guide you through the world of programming, saving you precious time and effort along the way.

Our channel is a treasure trove of knowledge, curated from decades of hands-on experience in the field. Whether you're a beginner taking your first steps into programming or an experienced developer looking to level up your skills, we've got you covered. Our videos cater to a wide range of programming tips and concepts, ensuring that there's something valuable for everyone.

We understand that learning programming can be a daunting task, with countless resources available online. That's why we're here to simplify the process for you. We cut through the noise and present you with clear, concise tutorials that break down complex topics into easily understandable chunks. Our goal is to save you time and effort.

What is Web API?

What is Web API?

What is Red Black Tree?

What is Red Black Tree?

Пікірлер

  • @mohamedfaysal9322
    @mohamedfaysal932223 сағат бұрын

    تم بحمد الله الذي تتم بنعمته الصالحات انتهيت من الكورس الثاني بتاريخ 27/7/2024❤🎉 وعقبال الباقي بإذن الله ربنا يوفقك ي دكتور محمد ويرحم والديك امين يارب❤

  • @mohamedfaysal9322
    @mohamedfaysal932223 сағат бұрын

    الحمدلله الذي بنعمته تتم الصالحات انتهيت من هذا الكورس بتاريخ 27/7/2024❤ وعقبال الباقي يارب الحمدلله❤🎉 الله يوفقك ي دكتور محمد ويرحم والديك امين يارب❤

  • @user-oq1tf8bl3e
    @user-oq1tf8bl3e23 сағат бұрын

    بالنسبة للدرس الخامس عندي حل افضل له... بدال الif statmen ;return (age > 21 && DriverLicense) || Recommendation

  • @a_bood_97
    @a_bood_97Күн бұрын

    تم بحمدالله 26/7 🎉

  • @a_bood_97
    @a_bood_97Күн бұрын

    الكورس تم 26/7 🎉🎉🎉

  • @a_bood_97
    @a_bood_97Күн бұрын

    اخيييييراً حليتها بدون ما اشوف 🎉🎉🎉😂

  • @a_bood_97
    @a_bood_97Күн бұрын

    عندي سؤال ما راح يكون اسرع لو عرفت كل رقم بإسم الشهر ونحطه كله في الشكل المستطيل وبعده نسوي print month و المستخدم اذا اختار مثلا رقم ٣ البرنامج يروح يقرأ من المستطيل بعدها يسوي print و يحط مكان الmonth تعريف رقم ٣ اللي هو March ما بيكون أسرع بهذه الطريقة ؟

  • @MekhissiHalima
    @MekhissiHalimaКүн бұрын

    انا أتابعه الان

  • @learning-wm4wh
    @learning-wm4whКүн бұрын

    ياريت حضرتك تراجع نفسك لانك عندك مغالطات منطقية

  • @user-wv6cy5jd3y
    @user-wv6cy5jd3yКүн бұрын

    01100010 10000110 11101110 01011110 11011110

  • @khaledrashed-ge5qk
    @khaledrashed-ge5qkКүн бұрын

    كيفية الدخول إلى المنصة ؟ جزاكم الله خيرا

  • @radhiosama7363
    @radhiosama7363Күн бұрын

    #include<iostream> using namespace std; int main() { int a,b; cout<<"enter the first number: "; cin>>a; cout<<"enter the second number: "; cin>>b; cout<<a<<" = "<<b<<" is "<<(a==b)<<endl; cout<<a<<" != "<<b<<" is "<<(a!=b)<<endl; cout<<a<<" < "<<b<<" is "<<(a<b)<<endl; cout<<a<<" > "<<b<<" is "<<(a>b)<<endl; cout<<a<<" <= "<<b<<" is "<<(a<=b)<<endl; cout<<a<<" >= "<<b<<" is "<<(a>=b)<<endl; return 0; }

  • @khaledmouhamad5357
    @khaledmouhamad5357Күн бұрын

    جزيت خيراً ورحم الله والديك #include <iostream> #include <cmath> #include <string> using namespace std; struct strInformation { string Name; string Age; string City; string Country; int MonthlySalary, YearlySalary; string Gender; bool IsMarried; }; void ReadInfo(strInformation &Information) { cout << " Please enter your FirstName ? " << endl; cin >> Information.Name; cout << " Please enter your Age ? " << endl; cin >> Information.Age; cout << " Please enter your City ? " << endl; cin >> Information.City; cout << " Please enter your Country ? " << endl; cin >> Information.Country; cout << " Please enter your MonthlySalary ? " << endl; cin >> Information.MonthlySalary; Information.YearlySalary = Information.MonthlySalary * 12; cout << " Please enter your Gender ? " << endl; cin >> Information.Gender; cout << " Are you Married ? " << endl; cin >> Information.IsMarried; } void PrintInFo(strInformation InFo) { cout << " *************************************** "; cout << " Name : " << InFo.Name << endl; cout << " Age : " << InFo.Age << endl; cout << " City : " << InFo.City << endl; cout << " Country : " << InFo.Country << endl; cout << " MonthlySalary : " << InFo.MonthlySalary << endl; cout << " YearlySalary : " << InFo.YearlySalary << endl; cout << " Gender : " << InFo.Gender << endl; cout << " ISMarried : " << InFo.IsMarried << endl; cout << " *************************************** "; } int main() { strInformation Person1Informaion; ReadInfo(Person1Informaion); PrintInFo(Person1Informaion); return 0; }

  • @Omarjmaltma55
    @Omarjmaltma55Күн бұрын

    استاذ محمد نحفظ القوانين يعني ممكن نحتاجها لقدام ولا لا مثل قانون مساحة الدائرة والمثلث😅😅

  • @ibrahimnagy6727
    @ibrahimnagy6727Күн бұрын

    27/7/2024 اللهم يسر يارب 🤲

  • @1David11
    @1David11Күн бұрын

    عاشت ايدك استاذ محمد على كمية المعلومات والف رحمة على والديك ❤

  • @user-sx9go2dg1m
    @user-sx9go2dg1mКүн бұрын

    السلام عليكم انا دلوقتى هبدا اتعلم برمجه لسه اه افضل حاجه ابدا بيها على القناه. وهل ينفع اتعلم واطبق من تابلت لان مش متوفر لاب

  • @hind3494
    @hind3494Күн бұрын

    امتع درس

  • @Mohammad0Zaki
    @Mohammad0ZakiКүн бұрын

    جزاك الله كل خير

  • @Mohammad0Zaki
    @Mohammad0ZakiКүн бұрын

    جزاك الله كل خير

  • @Mohammad0Zaki
    @Mohammad0ZakiКүн бұрын

    جزاك الله كل خير

  • @Mohammad0Zaki
    @Mohammad0ZakiКүн бұрын

    جزاك الله كل خير

  • @hasna7389
    @hasna7389Күн бұрын

    10 = 1 12 = 2 4 = 3 44 - = 4 30 = 5 6 =لم تحل 😅 مازلت في مرحلة تعلم الأعداد الجذرية لكن سأحلها عما قريب إن شاء الله = 99 = 7 لم تحل لم أعرف كيفية حل2 / 4 لكنني سأبحث لأتعلم = 8 10= 9 لم تحل //////😅= 10 لم تحل = 11 17 = 12 1=True 2=True 3=True 4=False 5=True 6=True = 9

  • @islammm227
    @islammm227Күн бұрын

    26/07/2024 done 😅

  • @islammm227
    @islammm227Күн бұрын

    26/07/2024 done 😅

  • @user-yd2cg1be8g
    @user-yd2cg1be8gКүн бұрын

    جزاك الله خيراً أساتذ محمد ❤❤

  • @AymănMohammeď-b6y
    @AymănMohammeď-b6yКүн бұрын

    اللهم ارزقنا الفهم و الصبر

  • @doniasaad222
    @doniasaad222Күн бұрын

    #6 #include <iostream> using namespace std; int main() { for (int i=1 ; i<=10 ; i++) { for(int j=i ; j<=10 ; j++) { cout<<j; } cout<<" "; } return 0; }

  • @doniasaad222
    @doniasaad222Күн бұрын

    #3 #include <iostream> using namespace std; int main() { for(int i=10 ; i>=1; i--) { for(int j=1 ; j<=i ; j++) { cout<<j; } cout<<" "; } return 0; }

  • @doniasaad222
    @doniasaad222Күн бұрын

    #2 #include <iostream> using namespace std; int main() { for (int i=1 ; i<=10 ; i++) { for(int j=i; j<=10 ; j++) { cout<<"*"; } cout<<" "; } return 0; }

  • @doniasaad222
    @doniasaad222Күн бұрын

    #5 #include <iostream> using namespace std; int main() { for(int i=65 ; i<=70 ; i++) { for(int j=65 ; j<=i ; j++) { cout<<char(j); } cout<<" "; } return 0; }

  • @doniasaad222
    @doniasaad222Күн бұрын

    #4 #include <iostream> using namespace std; int main() { for(int i=1 ; i<=10 ; i++) { for(int j=1 ; j<=i ; j++) { cout<<j; } cout<<" "; } return 0; }

  • @doniasaad222
    @doniasaad222Күн бұрын

    #1 #include <iostream> using namespace std; int main() { for( int i=65 ; i<=90 ; i++ ) { for(int j=65 ; j<=90 ; j++) { cout<<char(i)<<char(j)<<endl; } cout<<"___________________________"<<endl; } return 0; }