الحمد لله بفضل الله معايا java and kotlin ولكن حضرتك يابشمهندس فعلا بتشرح بطريقة توصل بإذن الله المتعلم الجديد لمستوى الاحتراف . ما شاء الله عليك . الشكرا لله انه انعم علينا بواحد زيك يعلم الناس بما يرضي الله . شكر ليك يابشمهندس . فضلا وليس امرا استمر وياريت الدرس يكون اطول من كدا وبأمثلة اكتر
public static void main (String[] args) { boolean suitable = false;
if(suitable) { System.out.println("congrats!"); }else { System.out.println("sorry to inform you..."); } } i love all your videos!! glad i discovered you now!
class Main{ public static void main(String args[]){ System.out.println("بارك الله فيك أستاذ أسامة"); boolean ItmeetsTheConditions = false; if(ItmeetsTheConditions) {System.out.println("مبروك لك الوظيفة");} else {System.out.println("متأسفون على قرار الرفض");} } }
public class Main { public static void main(String[] args) { boolean suitabele=false; if (suitabele){ System.out.println("congratulations"); }else { System.out.println("sorry"); } } }
درس جميل استاذ شكرا لك حل التاكس boolean getjob = true; if(getjob) { sout ( “ congrats, you are eligible for job.”); } else { sout (“ sorry, you were not accepted to the job.”); }
اذا تقدر الله يكرمك تشرح لنا جزئية الـ oop في java ، خصوصا جزئية الـ ( polymorphism ) ، لأني متعقد فيها حقيقه ولو تشرحها راح تسوي فيني وفي زملائي خير .. وشكرا للي تقدمه لنا من شروحات
public class Main { public static void main(String[] args) { boolean isQualified = true; if (isQualified) { System.out.println("Congrats, you're eligible for the job."); } else { System.out.println("Sorry, your qualifications are not enough."); } } }
public class Sample{ public static void main (String[]args){ boolean eligibleforjob=true; if (eligibleforjob){ System.out.println ("congrats , you are eligible for job"); }else{ System.out.println ("Sorry your qualifications are n't enough"); } } }
public class Main { public static void main(String[] args) { boolean applicantSitution = true; if (applicantSitution){ System.out.println(" congrats you eligible for the job"); } else { System.out.println("sorry , your qualification is not enough"); } } }
// Above the Main Method import java.util.Scanner ; //main Scanner anas = new Scanner (System.in); int x = 0 , y = 0; anas = x.nextInt(); anas = y.nextInt(); if ( x == 1 ) { System.out.println(" you are suitable for the job"); } if else ( y==1) { System.out.println("you're not suitable for the job"); } else { System.out.println("wrong input");}
عظم الله اجرك و الله يبارك فيك boolean suitableForTheJob = false; if (suitableForTheJob){ System.out.println("Congrats , you are eligible for job"); }else { System.out.println("Sorry , your qualification are not enough"); }
في حال كان الشخص مناسبا للوظيفة : public class Main { public static void main (String [ ] args) { boolean suitablePersonForJob = true; if (suitablePersonForJob){ System.out.println("Congrats , you are eligible for job")}else{ System.out.println("sorry , your qualifications are not enough"); { { { في حال كان الشخص غير مناسب للوظيفة : public class Main { public static void main (String [ ] args) { boolean suitablePersonForJob = false; if (suitablePersonForJob){ System.out.println("Congrats , you are eligible for job")}else{ System.out.println("sorry , your qualifications are not enough"); { { {
class Main { public static void main(String[] args) { boolean heGotTheJob = true; if (heGotTheJob) {System.out.print("congrats ,you are eligible for job");} else {System.out.print("sorry ,your qualifications are not enough");} } }
السلام عليكم بس لو بتقدر تنزل فيديو بشرح كيف ننزل نسخة البرنامج نفسها ٢٠٢٠ في كتييير تركو قناتك و راحو عالقنوات التانية منشان هاد السبب و شفت كم تعليق منهم بالفيديو الاول و التاني
package com.company; public class Main { public static void main(String[] args) { // write your code here boolean isSpeakeEngelish=true; if(isSpeakeEngelish){ System.out.println("انت مؤهل للحصول على الوضيفة لقد تم اختيارك"); }else{ System.out.println("انت غير مؤهل للحصول على وضيفة"); } } }
public class Main { public static void main(String[] args) { boolean Advancedjob = true; if (Advancedjob) { System.out.println("congrats‚ you are eligible for job"); } else{ System.out.println("sorry ‚your qualifications are not enough"); } } }
استاذ عندي سؤال يمكن مو مرتبط بالدورة لكن تعرف كيف بعض التطبيقات مثل الالعاب او تطبيق التذكير والحاسبة يعملون بدون انترنت يعني تحميلها على النت لكن بعدها نقدر نفتحها حتى لو بدون انترنت
public class Main { public static void main(String[] args){ boolean personIsQualifiedForTheJob = true; if(personIsQualifiedForTheJob){ System.out.println("congrats, you've been accepted for this job"); }else{ System.out.println("sorry, your qualifications are not enough"); }
جزاكم الله خيرا ;boolean isGraduateOfTheCollegeOfCommerce = true (if (isGraduateOfTheCollegeOfCommerce } ;System.out.println("Congrate , you are eligible for job") else{ ;System.out.println("Sorry , your qualifications are not enough ")} { {
boolean israning = false; if (israning){ System.out.println("Take Your Umbrella"); } else { System.out.println("It's not Raining , you don't need umbrella");
كيفية عمل عدة combobox مثلا 4 واحد للدول العربية والأجنبية واحد للدولة مصر والسعودية وألمانيا واحد للدولة مصر "القاهرة والجيزة والإسكندرية" السعودية "مكة و الرياض" المانيا"??و??" واحد للحي القاهرة "السيدة زينب والمقطم" واحد للحي الجيزة "الجيزة والعمرانية والدقي"
boolean getJob = true; if(getJob){ System.out.println("Congrats, you are eligible for job."); }else { System.out.println("Sorry, your qualfications are not enough!!"); }
public class Main { public static void main(String[] args) { // Change the Value if you want boolean isExpert = true; if (isExpert) { System.out.println("Congratulations, You Will Work in My Company") ;
} else { System.out.println("Sorry, You Must You Train More") ;
boolean isElegible = false; if (isElegible) { System.out.println("congrats, you are elegible for this job "); }else { System.out.println("sorry, your qualification not enough"); }
boolean acceptable = true; if (acceptable ){ System.out.println("congrats you are eligible for job"); }else { System.out.println( "sorry your qualifications are not enough "); }
boolean appliedToJob =true; if(appliedToJob) { System.out.println("Congrats ,you are eligible for job"); }else { System.out.println("Sorry ,your qualifications are not enough"); }
boolean congrats =false; if(congrats){ System.out.println("congrats,you are eligible for job"); }else{ System.out.print("sorry,qualifications are not enough "); } ------------------------------------------------------------------------ sorry, qualifications are not enough.
// write your code here boolean isRaining = false; boolean isNotRaining = true; if (isRaining) { System.out.println("take your umbrell with you"); } if (isNotRaining){ System.out.println("ok"); } }
boolean isSuitableForJob = false ; if (isSuitableForJob) { System.out.println("Congrats ,you are eligible for job "); } else { System.out.println("Sorry ,your qualifications are not enough"); } the result was : Sorry ,your qualifications are not enough we can't thank you enough .
boolean accepted = false; if (accepted){ System.out.println("Congrats , you are eligiblr for job"); } else{ System.out.println("sorry, your qualifications are not enough") ; }
boolean AreYouSuitableForThisJob= true; if (AreYouSuitableForThisJob){ System.out.println("CONGARTS ,you are a suitable"); }else{ System.out.println("SORRY , your qualifications is not enough"); }
boolean Acceptable=false; if(Acceptable){ System.out.println("Congrats you are eligible for job"); }else { System.out.println("Sorry You are not eligible for job"); }
boolean fineForJob = false; if (fineForJob){ System.out.println("congrats , you are eligible for job "); } else { System.out.println("sorry , your qualification are not enough "); } --------------------------------------------------------- sorry , your qualification are not enough Process finished with exit code 0
boolean acceptable = false; if (acceptable){ System.out.println("Congratulations, you have been accepted for the job."); }else{ System.out.println("Sorry you were rejected"); }
boolean isJob = false ; if (isJob){ System.out.println("congrats , you are eligible for job "); }else { System.out.println("sorry , qualifications are not enough "); }
boolean isSuitable = true; if (isSuitable){ System.out.println("Congrats ,you are eligible for job"); }else{ System.out.println("Sorry ,your qualifications are not enough"); } } }
boolean ageOverTwenty = true; if (ageOverTwenty){ System.out.println("Congrats! , you are eligible for job"); } else { System.out.print("Sorry, your qualifications are not enough");
boolean thePerson = false; if (thePerson){ System.out.println("Congrats, Your are eligible for job"); }else{ System.out.println("Sorry, Your qualifications are not enough"); } }
boolean isQualified = false; if (isQualified){ System.out.println("congrats you are qualified for the job"); }else { System.out.println("sorry ou are not qualified for this job"); }
boolean congrats = true; if (congrats) { System.out.println("congrats, you are elible for jop"); } else { System.out.println("Sorry your not qualified "); }
boolean areYouEligibleForJob =false; if (areYouEligibleForJob){ System.out.println("congrats ,you are eligible for job"); }else { System.out.println("sorry ,your qualification are not enough" ); }
boolean gypweek =false; if (gypweek){ System.err.println("sorry your qualifcations are not enough"); }else{ System.err.println(" you are eligibe to work"); }
boolean isEligible = false; if (isEligible){ System.out.println("congrats , you are eligible for job"); } else { System.out.println("sorry, your qualifications are not enough"); }
boolean isYourRualficationSutable = false; if (isYourRualficationSutable){ System.out.println("Congrats , you are eligible for job "); } else System.out.println("Sorry , your Qualification are not enough");
boolean jobAccepted= false; System.out.println("Massage from Our Company" + " -------------------" ); if (jobAccepted){ System.out.println("Congratuilation");} else { System.out.println("Sorry, you Are not Qualified");} } }
الحمد لله بفضل الله معايا java and kotlin ولكن حضرتك يابشمهندس فعلا بتشرح بطريقة توصل بإذن الله المتعلم الجديد لمستوى الاحتراف . ما شاء الله عليك . الشكرا لله انه انعم علينا بواحد زيك يعلم الناس بما يرضي الله . شكر ليك يابشمهندس . فضلا وليس امرا استمر وياريت الدرس يكون اطول من كدا وبأمثلة اكتر
الله يكرمك يا بشمهندس محمد دا كلام كبير ربنا يجعلنا عند حسن ظنك .. وبإذن الله نستمر بعون الله ... ❤️
هل لي بسؤال
لماذا دائماً الأشياء القيمة تجد المهتمين بها القليل فقط من الناس؟
استمر الله يجازيك خير
public static void main (String[] args) {
boolean suitable = false;
if(suitable) {
System.out.println("congrats!");
}else {
System.out.println("sorry to inform you...");
}
}
i love all your videos!! glad i discovered you now!
جزاك الله خيرا اخي احسن الف مرة من الكورسات المدفوع عنها
ربنا يصلح حالك يا رب ،مش عارف اشكرك إزاي ،من أجمل الأساتذة.
من غير كلام كتير حاجة فوق الجمال 💔💔💔
جزاك الله خيرا ❤ أتابع هذه الدروس و لا أحس بالملل و لحد هذا الفيديو يزداد اصراري على تتمة باقي الفيديوهات 🎉🎉
الحمد لله خلصت الدرس ١١💪💛
مع صباح يوم جديد مقدرش اقول غير ربنا يسعدك ويرزقك الحلال الطيب
جزاك الله خيرا
الحمد لله من خلال شرحك يا بشمهندس بقيت بحل الtasks صح
شكرا جدا 🙂
جزاك الله خيرا ❤
الحمد لله شكرا استاذ اسامه
مجهود عظيم شكرا لكم
class Main{
public static void main(String args[]){
System.out.println("بارك الله فيك أستاذ أسامة");
boolean ItmeetsTheConditions = false;
if(ItmeetsTheConditions) {System.out.println("مبروك لك الوظيفة");} else {System.out.println("متأسفون على قرار الرفض");}
}
}
public class Main {
public static void main(String[] args) {
boolean suitabele=false;
if (suitabele){
System.out.println("congratulations");
}else {
System.out.println("sorry");
}
}
}
درس جميل استاذ شكرا لك
حل التاكس
boolean getjob = true;
if(getjob) {
sout ( “ congrats, you are eligible for job.”);
} else {
sout (“ sorry, you were not accepted to the job.”);
}
thank you
اذا تقدر الله يكرمك تشرح لنا جزئية الـ oop في java ، خصوصا جزئية الـ ( polymorphism ) ، لأني متعقد فيها حقيقه ولو تشرحها راح تسوي فيني وفي زملائي خير ..
وشكرا للي تقدمه لنا من شروحات
بإذن الله وقتها جاي قريبا
@@Lazyprogrammers شكرا لك يادكتور بس ياليت لو تعجل بالموضوع لان عندنا فاينل
public class Main {
public static void main(String[] args) {
boolean isQualified = true;
if (isQualified) {
System.out.println("Congrats, you're eligible for the job.");
} else {
System.out.println("Sorry, your qualifications are not enough.");
}
}
}
public class Sample{
public static void main (String[]args){
boolean eligibleforjob=true;
if (eligibleforjob){
System.out.println ("congrats , you are eligible for job");
}else{
System.out.println ("Sorry your qualifications are n't enough");
}
}
}
أتممت حل التاسك وكانت صحيحة
public class Main {
public static void main(String[] args) {
boolean applicantSitution = true;
if (applicantSitution){
System.out.println(" congrats you eligible for the job");
}
else {
System.out.println("sorry , your qualification is not enough");
}
}
}
// Above the Main Method
import java.util.Scanner ;
//main
Scanner anas = new Scanner (System.in);
int x = 0 , y = 0;
anas = x.nextInt();
anas = y.nextInt();
if ( x == 1 ) {
System.out.println(" you are suitable for the job");
}
if else ( y==1) {
System.out.println("you're not suitable for the job");
}
else { System.out.println("wrong input");}
عظم الله اجرك و الله يبارك فيك
boolean suitableForTheJob = false;
if (suitableForTheJob){
System.out.println("Congrats , you are eligible for job");
}else {
System.out.println("Sorry , your qualification are not enough");
}
في حال كان الشخص مناسبا للوظيفة :
public class Main {
public static void main (String [ ] args) {
boolean suitablePersonForJob = true;
if (suitablePersonForJob){
System.out.println("Congrats , you are eligible for job")}else{
System.out.println("sorry , your qualifications are not enough");
{
{
{
في حال كان الشخص غير مناسب للوظيفة :
public class Main {
public static void main (String [ ] args) {
boolean suitablePersonForJob = false;
if (suitablePersonForJob){
System.out.println("Congrats , you are eligible for job")}else{
System.out.println("sorry , your qualifications are not enough");
{
{
{
👌
السلام عليكم استاذ ال
else يطلع معاي غلط مع اني مسويه زيك بالضبط وش المشكله؟
class Main {
public static void main(String[] args) {
boolean heGotTheJob = true;
if (heGotTheJob) {System.out.print("congrats ,you are eligible for job");}
else {System.out.print("sorry ,your qualifications are not enough");}
}
}
السلام عليكم بس لو بتقدر تنزل فيديو بشرح كيف ننزل نسخة البرنامج نفسها ٢٠٢٠ في كتييير تركو قناتك و راحو عالقنوات التانية منشان هاد السبب و شفت كم تعليق منهم بالفيديو الاول و التاني
package com.company;
public class Main {
public static void main(String[] args) {
// write your code here
boolean isSpeakeEngelish=true;
if(isSpeakeEngelish){
System.out.println("انت مؤهل للحصول على الوضيفة لقد تم اختيارك");
}else{
System.out.println("انت غير مؤهل للحصول على وضيفة");
}
}
}
public class Main {
public static void main(String[] args) {
boolean Advancedjob = true;
if (Advancedjob) {
System.out.println("congrats‚ you are eligible for job");
} else{
System.out.println("sorry ‚your qualifications are not enough");
}
}
}
استاذ عندي سؤال يمكن مو مرتبط بالدورة لكن تعرف كيف بعض التطبيقات مثل الالعاب او تطبيق التذكير والحاسبة يعملون بدون انترنت يعني تحميلها على النت لكن بعدها نقدر نفتحها حتى لو بدون انترنت
تتعلمها في قواعد البيانات إن شاء الله.. كله ييجي في وقته إن شاء الله
@@Lazyprogrammers تسلم استاذ ❤️
boolean qualifiedPerson=true;
if(qualifiedPerson){
System.out.println("مبروك مؤهل");
}else{
System.out.println("غير مؤهل");
}
الآن وش افضل النتبينز ولا هذا الjdk ?
في أول درس في البلايليست تجد تفاصيل سؤالك
😍😍😍😍🌼
public class Main {
public static void main(String[] args){
boolean personIsQualifiedForTheJob = true;
if(personIsQualifiedForTheJob){
System.out.println("congrats, you've been accepted for this job");
}else{
System.out.println("sorry, your qualifications are not enough");
}
boolean مناسب_للوضيفة=false;
if (مناسب_للوضيفة){
System.out.println("مناسب للوضيفة");
} else{
System.out.println("نأسف غير مناسب")
}
جزاكم الله خيرا
;boolean isGraduateOfTheCollegeOfCommerce = true
(if (isGraduateOfTheCollegeOfCommerce
}
;System.out.println("Congrate , you are eligible for job")
else{
;System.out.println("Sorry , your qualifications are not enough ")}
{
{
boolean israning = false;
if (israning){
System.out.println("Take Your Umbrella");
} else {
System.out.println("It's not Raining , you don't need umbrella");
كيفية عمل عدة combobox مثلا 4
واحد للدول العربية والأجنبية
واحد للدولة مصر والسعودية وألمانيا
واحد للدولة مصر "القاهرة والجيزة والإسكندرية"
السعودية "مكة و الرياض"
المانيا"??و??"
واحد للحي القاهرة "السيدة زينب والمقطم"
واحد للحي الجيزة "الجيزة والعمرانية والدقي"
boolean job = false ;
if (job){ System.out.println("مبروك تم قبولك")
} else { System.out.println("مؤهلاتك لا تكفي ، عذرا.")
}
boolean getJob = true;
if(getJob){
System.out.println("Congrats, you are eligible for job.");
}else {
System.out.println("Sorry, your qualfications are not enough!!");
}
public class Main {
public static void main(String[] args) {
// Change the Value if you want
boolean isExpert = true;
if (isExpert) {
System.out.println("Congratulations, You Will Work in My Company") ;
} else {
System.out.println("Sorry, You Must You Train More") ;
}
}
}
boolean isElegible = false;
if (isElegible) {
System.out.println("congrats, you are elegible for this job ");
}else {
System.out.println("sorry, your qualification not enough");
}
خطاء
boolean gob =true;
if (gob){
System.out.println("Congratulations");
}else {
System.out.println( She did not accept a job);
boolean acceptable = true;
if (acceptable ){
System.out.println("congrats you are eligible for job");
}else {
System.out.println( "sorry your qualifications are not enough ");
}
boolean appliedToJob =true;
if(appliedToJob) {
System.out.println("Congrats ,you are eligible for job");
}else {
System.out.println("Sorry ,your qualifications are not enough");
}
boolean congrats =false;
if(congrats){
System.out.println("congrats,you are eligible for job");
}else{
System.out.print("sorry,qualifications are not enough ");
}
------------------------------------------------------------------------
sorry, qualifications are not enough.
Process finished with exit code 0
// write your code here
boolean isRaining = false;
boolean isNotRaining = true;
if (isRaining) {
System.out.println("take your umbrell with you");
}
if (isNotRaining){
System.out.println("ok");
}
}
boolean youCreativity = true;
if (youCreativity) {
System.out.println(" congrats ,you eligible for job ");
}else {
System.out.println("im sorry");
}
congrats ,you eligible for job
boolean isSuitableForJob = false ;
if (isSuitableForJob) {
System.out.println("Congrats ,you are eligible for job ");
}
else {
System.out.println("Sorry ,your qualifications are not enough");
}
the result was : Sorry ,your qualifications are not enough
we can't thank you enough .
boolean accepted = false;
if (accepted){
System.out.println("Congrats , you are eligiblr for job");
}
else{
System.out.println("sorry, your qualifications are not enough") ;
}
boolean AreYouSuitableForThisJob= true;
if (AreYouSuitableForThisJob){
System.out.println("CONGARTS ,you are a suitable");
}else{ System.out.println("SORRY , your qualifications is not enough");
}
boolean Acceptable=false;
if(Acceptable){
System.out.println("Congrats you are eligible for job");
}else {
System.out.println("Sorry You are not eligible for job");
}
boolean fineForJob = false;
if (fineForJob){
System.out.println("congrats , you are eligible for job ");
} else {
System.out.println("sorry , your qualification are not enough ");
}
---------------------------------------------------------
sorry , your qualification are not enough
Process finished with exit code 0
boolean youAreIsAppropriateForJob = false;
if (youAreIsAppropriateForJob) {
System.out.println("congrats,you're eligable for job .");
} else {
System.out.println("sorry,your qualification doesn't enough"); }
boolean acceptable = false;
if (acceptable){
System.out.println("Congratulations, you have been accepted for the job.");
}else{
System.out.println("Sorry you were rejected");
}
boolean isJob = false ;
if (isJob){
System.out.println("congrats , you are eligible for job ");
}else {
System.out.println("sorry , qualifications are not enough ");
}
boolean isSuitable = true;
if (isSuitable){
System.out.println("Congrats ,you are eligible for job");
}else{
System.out.println("Sorry ,your qualifications are not enough");
}
}
}
boolean typeingFastGoingEarly = true ;
if (typeingFastGoingEarly ){
System.out.println("you are eligible for job");
}
else{
System.out.println("you are not eligible for job i'm so sorry");
}
boolean ageOverTwenty = true;
if (ageOverTwenty){
System.out.println("Congrats! , you are eligible for job");
} else {
System.out.print("Sorry, your qualifications are not enough");
}
}
}
boolean isHeEligible =true ;
if (isHeEligible) {
System. out. println ("congrats, you're eligible for gob" ) ;
} else {
System. out. println ("sorry, your qualification are not enough" ) ;
}
هنا انا نسيت الدبل كوتيشن داخل امر الطباعة لكن لو حصلت في الجافا كانت بقت مصيبة والتطبيق طلعلي error 😂😂😂
boolean isEligibleForJob = false ;
if(isEligibleForJob){
System.out.println("congrats ,you are eligible for job");
}else {
System.out.println("sorry ,your qualifications are not enough");
}
boolean thePerson = false;
if (thePerson){
System.out.println("Congrats, Your are eligible for job");
}else{
System.out.println("Sorry, Your qualifications are not enough");
}
}
boolean isQualified = false;
if (isQualified){
System.out.println("congrats you are qualified for the job");
}else {
System.out.println("sorry ou are not qualified for this job");
}
boolean congrats = true;
if (congrats) {
System.out.println("congrats, you are elible for jop");
} else {
System.out.println("Sorry your not qualified ");
}
boolean areYouEligibleForJob =false;
if (areYouEligibleForJob){
System.out.println("congrats ,you are eligible for job");
}else {
System.out.println("sorry ,your qualification are not enough" );
}
boolean gypweek =false;
if (gypweek){
System.err.println("sorry your qualifcations are not enough");
}else{
System.err.println(" you are eligibe to work");
}
boolean isEligible = false;
if (isEligible){
System.out.println("congrats , you are eligible for job");
} else {
System.out.println("sorry, your qualifications are not enough");
}
boolean isYourRualficationSutable = false;
if (isYourRualficationSutable){
System.out.println("Congrats , you are eligible for job ");
} else System.out.println("Sorry , your Qualification are not enough");
boolean jobAccepted= false;
System.out.println("Massage from Our Company" + "
-------------------" );
if (jobAccepted){
System.out.println("Congratuilation");}
else {
System.out.println("Sorry, you Are not Qualified");}
}
}