public class Main { public static void main(String[] args) { // if statement = performs a block of code if it's condition evaluates to be true int age = 75; if(age==75) { System.out.println("Ok Boomer!"); } else if(age>=18) { System.out.println("You are an adult!"); } else if(age>=13) { System.out.println("You are a teenager!"); } else { System.out.println("You are not an adult!"); } } }
@jamesangeles8954 Жыл бұрын
😮
@trodg2 жыл бұрын
my prof struggled to explain this to us today and you did it in 6 minutes in such a clear way
@TheDuckter10 ай бұрын
how 💀 but yeah i agree
@shift-g3l4 ай бұрын
whuh
@codedawg054 ай бұрын
how is that possible?💀
@tankgirlsc Жыл бұрын
You have explained things so much better than my coding instructor! There has never been an explanation as to "why" such operations are used, and how they can be used incorrectly, take for example the one equal sign as an assigned vs the two equal signs to compare. Now I know why my code spat out a bunch of errors. You just got yourself a subscriber sir!
@mr.phewphew49719 ай бұрын
Oh my god you are wasting money on that proof
@davidbolduc43783 жыл бұрын
I wish Bro Code was my professor
@nikolanovakovic41503 жыл бұрын
well he kinnda is haha
@amoszadoff98632 жыл бұрын
True
@TheDuckter10 ай бұрын
i mean your not wrong!@@nikolanovakovic4150
@chamoischamoisАй бұрын
He is
@rohitbharatbhandwalkar85832 жыл бұрын
I can't wait to get to the more complicated stuff and witness how Bro Code makes it a cake walk
@pavelkvasnicka6856 Жыл бұрын
This is the best Java tutorial for beginners, so you can learn Java and English in one hit. Please keep going! I vote for Java advance tutorial. Thanks a lot Bro
@antwoinesmith4650 Жыл бұрын
Your explanations are so good, thanks. I'm new to coding and when I need a quick refresher on something I know where to come to.
@marioshusband37004 жыл бұрын
finally, after all these episodes, you make an if statement tutorial
@BroCodez4 жыл бұрын
haha it's a remake tho
@3lbalk3 жыл бұрын
@@BroCodez what is the illegal character 200f or something like that
@JuliHoffman2 жыл бұрын
We learned if and else if statements in my Java Bootcamp, but this explained them much better. Thanks!
@CrStylrZ5 ай бұрын
I have a class test in exactly 20 minutes. And bro actually saved my life. Thank you i owe my life to you
@josephthecreator2 жыл бұрын
This video gave me the missing piece to complete my assignment, thanks Bro! 💯
@raghidhammoud Жыл бұрын
bro is too good he explained the whole thing in 6 min
@Curious_Clover9 ай бұрын
"Ok Boomer!" I was caught off guard there buddy. I almost laughed in the middle of the night.
@ganyu57685 ай бұрын
all your videos are really great Brev. really cool :0 it helps me to learn java again with interest.
@ghoggaliabdou42223 жыл бұрын
Thank you brother for all of your work.
@alexanderperez3974Ай бұрын
Best channel ever!
@LoBroune8 ай бұрын
How come I havent seen you before. Thanks a lot man! you help me greatly.!
@reginaldthaddeuscadiao3488Ай бұрын
This will help me for my mid term exams later :)
@laduckly8917 Жыл бұрын
I made a coin flip code: import java.util.Random; public class Main { public static void main(String[] args) { Random random = new Random(); int x = random.nextInt(2)+1; if(x==1){ System.out.println("Heads"); } else { System.out.println("Tails"); } } }
@melissaruth100010 ай бұрын
your videos are so so good. thanks for your help
@honoredegg2 жыл бұрын
So, else statement. I've done with Scanner, learned from you. 9th. Thank you, ma Bro Sensei!
@sairos40572 жыл бұрын
Scanner method: import java.util.Scanner; public class Main{ public static void main(String[] args) { Scanner scannerr = new Scanner(System.in); System.out.print("What's your age?"); int age = scannerr.nextInt(); if (age >= 70) { System.out.println("You're an elder! It would be cool if you choose not to drive"); } else if (age >= 18){ System.out.println("You can drive little boy"); } else { System.out.println("You can't drive until you reach the reach the age 18 y/o"); } // ~~~~scanner end~~~~ scannerr.close(); } }
@Carlo775 Жыл бұрын
Thank you so much bro I love you, if i could kiss you right now i would.
@hamse46z Жыл бұрын
Thanks! I was Struggling how to take number from user!
@justsomeordinarykid9233 жыл бұрын
Coming from knowing java script I now know they both have java in the name. Even for loops work the same.
@sairos40572 жыл бұрын
GUI method: import javax.swing.JOptionPane; public class Main{ public static void main(String[] args) { int age = Integer.parseInt(JOptionPane.showInputDialog("What's your age?")); if (age >= 18) { JOptionPane.showMessageDialog(null, "You can drive!"); } else { JOptionPane.showMessageDialog(null, "You can't drive!"); } } }
@danny.30363 жыл бұрын
You are real bro, thanks for the helpful video again ;)
@medapatinityasrisantoshred28943 жыл бұрын
bros for life and thanks for the playlist
@mariasosa8677 Жыл бұрын
Thank you!!! now it makes sense.
@muhammadmushfiqurrahman16533 жыл бұрын
Thanks for your tutorial.
@Garrison863 жыл бұрын
Amazing! Thanks Bro
@ewawojciech-bu3be7 ай бұрын
Thank you for this !
@technicalresi54519 ай бұрын
Thank you so much bro very nice 😊❤
@MACVXACE11 ай бұрын
KAKASHI AFTER RETIREMENT AS HOKAGE 🚶🏻🧙 LOL BRO KEEP IT UP .
@yiftachsasson3536Ай бұрын
thanks bro helped a lot
@ljaykhan52010 ай бұрын
Great tutorial bro
@CyberEscuela3 ай бұрын
Awesome Sauce!
@FFax.annime3 ай бұрын
@BroCodez is it wrong to write The value before the variable in the if statement for example If( 20>iage)
@jayanthbonugu6679 Жыл бұрын
Great video
@ghoggaliabdou42223 жыл бұрын
Thank you again 💙💙
@MRTOP-nu8dn Жыл бұрын
thx you helped so muchh😀
@alandrewcarillo9498 Жыл бұрын
Smashed subscribed button Bro!! liked your way of teaching and accent. :)
@RahmatullahVahdatWithCod-pl2vh4 ай бұрын
Thank you brother thank you if you need money allah give U A Billuner .!!!
@ibrahimylmaz83782 жыл бұрын
you are amazing!
@carljohnson7792 жыл бұрын
why is it saying "C:\Users\ok\OneDrive\Documents\main.java:1: error: class Main is public, should be declared in a file named Main.java public class Main { ^ 1 error Tool completed with exit code 1"
@gurey4013 Жыл бұрын
Hello! What website/app are you using for coding?
@DixeyDo2 ай бұрын
Thank you!
@cesara97472 жыл бұрын
amazing job, bro!
@AmberShah7862 жыл бұрын
Thank you👍
@sumiyaakter20413 жыл бұрын
I like your video
@beom8285 Жыл бұрын
The best!!
@spadeace981 Жыл бұрын
for me the code dosnt work, it just repeat the number i input and dosnt even ask me the question Syntax Error: invalid syntax file "" line 1 ^ how do i fix this?
@erickayusi94494 жыл бұрын
I noticed you deleted the char and string topic in the playlist?
@kimdeguzman75102 жыл бұрын
i cant seem to run it, the last "}" says "Syntax error , insert "}" to complete Classbody"
@phiphongnguyen33523 жыл бұрын
thank bro very much
@amalalmuarik51603 жыл бұрын
in 3:13 why it didn't print the bode of if and the body of else if is it because of the curly braces ?
@Minecarthus3 жыл бұрын
Good video !!!!
@rufatalizada40063 жыл бұрын
Thanks bro!
@mambojambo47176 ай бұрын
Thank you Chad
@pranayborode3 жыл бұрын
import java.util.Scanner; public class main { public static void main(String[] args) { int age; Scanner scanner = new Scanner(System.in); System.out.println("Enter your age :"); age= scanner.nextInt(); if(age>=18) { System.out.println("You are an adult!"); } else { System.out.println("You are not an adult1"); } } }
@sairos40572 жыл бұрын
Don't forge to close the Scanner, bro. scanner.close(); or Scanner.close(); I don't remember lol
@bekturasanbekov1979 Жыл бұрын
thx 4 vid bro
@MaricarManiti-x2b Жыл бұрын
Is it possible to join both if statement and switch case?
@HexaBinary-i52 ай бұрын
Your voice sounds exactly like Technoblade! : )
@mag8234 жыл бұрын
Thank you bro)
@JerseyzFinest2017 ай бұрын
Professor Bro Code to the rescue
@itlogskina3 жыл бұрын
Thank you
@samaviation63993 жыл бұрын
thank you bro
@salahadinshemsu6186 Жыл бұрын
Thanks bro
@sairos40572 жыл бұрын
TY BRO
@javierpesaresi311 Жыл бұрын
Like your didactics
@PhilipNoel-j2pАй бұрын
thanks!!
@wallstreetbets77412 жыл бұрын
thx! learnt
@wallstreetbets77412 жыл бұрын
rewqatch
@wallstreetbets77412 жыл бұрын
Rewatch
@tamirrozenfeld35722 жыл бұрын
Thank!
@camdenburns7181 Жыл бұрын
what if you have multiple if statements
@Giovanni-Rhonim10 ай бұрын
God Bless you Bro + 6
@azamato2 жыл бұрын
Nice bro!
@MrLoser-ks2xn2 жыл бұрын
Thanks
@shantanukulkarni24135 ай бұрын
Love you bro!
@JustineRamirez-i9w Жыл бұрын
amazing
@robertdraxel71753 жыл бұрын
dropping a comment for the youtube algorhitm
@eddyfromduolingo358711 ай бұрын
what a chad🗿
@dalv8749 Жыл бұрын
ty bro
@williamtowne20792 жыл бұрын
thanks
@刌 Жыл бұрын
One question: If your age is 19, You are a teenager or an adult?
@chiyaminecraft7 ай бұрын
Adult
@waldeirmachado7127Ай бұрын
tks bro
@stefan54503 жыл бұрын
I f I watch this video, I will learn how to deal with if. If not, than not. :)
@Gogito5033 ай бұрын
Nice
@Mustaux3 жыл бұрын
nice bro
@huuloc87193 жыл бұрын
Nice.
@williamdrum9899 Жыл бұрын
Programmer: "int age;" Me, a intergalactic eldritch monstrosity who just turned 2,147,483,648 years old: 😢
@StandProudYouAreStrong Жыл бұрын
I love u bro
@selerdem13913 жыл бұрын
this one just to defeat the algorithm
@dogowo2 жыл бұрын
your jokes are funny
@arielkarat43382 жыл бұрын
great video brother
@nikitassouvatzis19282 жыл бұрын
Ακόμα ένα καλό video για τη γλώσσα Java.
@mr_omazing Жыл бұрын
what
@hamzaak1781 Жыл бұрын
Great job!!! Var x= y; If ( ) { Sys..( ); } Else if ( ) { Sys... ( ); } Else if ( ) { Sys...( ); }
@mojeebullahazami26764 жыл бұрын
Random comment :)
@soumelee56612 жыл бұрын
*comment to help the algo* cool if statements !!
@marinzemayan496911 ай бұрын
maybe I should stop going to college school and should watch your video instead....