If you’re new to programming but want a career in tech, I HIGHLY RECOMMEND applying to one of Springboard’s online coding bootcamps (use code ALEXLEE for $1,000 off): bit.ly/3HX970h
Sidenote- the word boolean is actually named after the mathematician George Boole, one of the random facts I for some reason remember lol. Thanks for the videos!
@@alexlorenlee question is it necessary to say all door count ewuals false at top and then true after the passed all doors ar the bottom..isn't that kind ofna contradiction that might confuse Java? Can't you just keep the true boolean at the bottom? Thanks very much.
@@alexlorenleeHi Alex, How would you do a java code for balls in a bag and each time you minus 2 and then it predicts the last ball colour either black or white???
You are such an amazing teacher omg, I don't know if you get paid for this but you definitely deserve to because you are some talent and you are such a great teacher thank you so much!! You make these so much more entertaining to watch also! ❤️
The best Java tutorial I found on youtube!! Its super entertaining to watch and learn, and I also love your screen layouts of the code, shortcuts, etc. Thankyou for making these videos! I hope you keep making these type of videos in the future.
I've been watching a few of your videos wondering why they feel so fresh and easy to understand. The screen setup you got going is pretty similar to how gamers make vids on youtube. The music is a good touch! Loving your videos man. Like I said keep it going champ!
Hey Alex, I'm an IB student, I never log in into RUclips or subscribe or anything. But your videos help me out a lot. Thanks, please continue your great work. You're one of the few people here on YT, who seriously start from zero for us. So nice, no BS direct to the point! Thanks. +1 subscriber
Alex, I never log into youtube, but in this case, I had to tell you what a great series of videos these are. I'm going through a college Java class that makes zero sense. The instructor is horrible. You my friend have a gift for teaching, You make everything very easy to understand. I will be signing up for your full courses after going through the videos here. Awesome job, please, continue to teach, you have a gift. Thanks for making these for us, and thanks for helping me to get through my college class.
Amazing tutorials. I have to learn Java and some follow-up language for work and this helps me a lot. I found out the word isnt made up ( 1:35 ) but is the last name of the mathematician that invented that type of math in the 19 century
Man thanks so much, i was confused before but when i watched your explanation that when boolean is false program does not read the "dead code" , was so enlightening! Again thanks so much.
Hey there!! I enjoyed the video very much and helped me in my computer classes. I am also a bad speller 😅😅. But programing with Boolean is fun. Thankyou for the video.
Bro really thanks for helping like its really easy understand things while you are explaining !!! If you start making videos on other programming languages as well then it would be great
hey Filipe, i have a question and i hope u can help me with that... why does he open up a new if statement for passedAllDoors? 11:30 couldnt we just System.our.println("... congrats...) before because door count is = 3 and passedAllDoors did change to true or is it just a step to make sure and have a better understanding?
Did you add the live shortcuts in post production? I'm just wondering if maybe you automated it, so that you have a keylogger running and it can identify when you for instance type two keys at the same time. Just trying to think like a programmer!
Alex, first of all. You are priceless my man. Thank you so much for these tutorials, we would be lost without you. Thanks for the great teaching. A small suggestion - Kill the music in these videos. TBH it kinda makes you lose concentration on what you are lecturing about. Other than that.....wow!
Can you operate with one boolean passedDoor = true , and in steping to second door this boolean passedDoor would somehow change to = false if you are missing something to passing door that would change boolean automatically without creating new one for false scenario?::: If you meet requirement for passing door - passedDoor = true, and if you dont meet requirement - passedDoor = false.? It is possible to dymanically change true or false in same boolean? and i dont want to use >
Alex first of all great videos I personally loved them,each and every one of them, I would like to ask something though, I would like to know how to do bubble sort and linear search programming, so I would love to see that programming.
I wonder if the if code on line 30 was neccesary? Can't you just add a sout at the if statement on line 26 saying Congrats? (under passed all doors = true, so line 28)
Alex: "I can't spell. I'm the worst speller" Then proceeds to spell congratulations as congratualions 😆 The little things like these are what help me enjoy watching the videos
public class Latihan2 { public static void main(String[] args) { boolean status = true; System.out.println("loe boleh ikut ujian?" + status); //kode program berikut error,sebutkan alasan nya! boolean b1 = 0; boolean b2 = "true"; }
} the code is error,where the error,and why its error?
If you’re new to programming but want a career in tech, I HIGHLY RECOMMEND applying to one of Springboard’s online coding bootcamps (use code ALEXLEE for $1,000 off): bit.ly/3HX970h
Sidenote- the word boolean is actually named after the mathematician George Boole, one of the random facts I for some reason remember lol. Thanks for the videos!
Thanks for the knowledge !
Dont stop makin these vids ur helping me understand so much lol
Dylan Smith awesome thanks! I’m glad I’m helpful!
@@alexlorenlee question is it necessary to say all door count ewuals false at top and then true after the passed all doors ar the bottom..isn't that kind ofna contradiction that might confuse Java? Can't you just keep the true boolean at the bottom? Thanks very much.
@@leif1075 do u know the answer yet? I might help if u don't.
How would you do a java code for balls in a bag and each time you minus 2 and then it predicts the last ball colour either black or white???
@@alexlorenleeHi Alex,
How would you do a java code for balls in a bag and each time you minus 2 and then it predicts the last ball colour either black or white???
I can't get over that keyboard. So nostalgic.
You are such an amazing teacher omg, I don't know if you get paid for this but you definitely deserve to because you are some talent and you are such a great teacher thank you so much!! You make these so much more entertaining to watch also! ❤️
The best Java tutorial I found on youtube!! Its super entertaining to watch and learn, and I also love your screen layouts of the code, shortcuts, etc. Thankyou for making these videos! I hope you keep making these type of videos in the future.
I've been watching a few of your videos wondering why they feel so fresh and easy to understand. The screen setup you got going is pretty similar to how gamers make vids on youtube. The music is a good touch! Loving your videos man. Like I said keep it going champ!
I know, right?
Why watching your videos and learning feels so refreshing? :)
Hey Alex,
I'm an IB student, I never log in into RUclips or subscribe or anything. But your videos help me out a lot.
Thanks, please continue your great work.
You're one of the few people here on YT, who seriously start from zero for us. So nice, no BS direct to the point! Thanks. +1 subscriber
Alex, I never log into youtube, but in this case, I had to tell you what a great series of videos these are. I'm going through a college Java class that makes zero sense. The instructor is horrible. You my friend have a gift for teaching, You make everything very easy to understand. I will be signing up for your full courses after going through the videos here. Awesome job, please, continue to teach, you have a gift. Thanks for making these for us, and thanks for helping me to get through my college class.
Amazing tutorials. I have to learn Java and some follow-up language for work and this helps me a lot.
I found out the word isnt made up ( 1:35 ) but is the last name of the mathematician that invented that type of math in the 19 century
Man thanks so much, i was confused before but when i watched your explanation that when boolean is false program does not read the "dead code" , was so enlightening! Again thanks so much.
This Tutorial was super helpful and I can finally see some logic behind the basic commands and how they interact. Thank you Alex! Big time!
Dude, this is a HUGE grain of sand to community knowledge, and i mean the whole serie. Thank you.
Your contents are more helpful than our class. I can understand easily. Thankyou for creating this channel
Oh my god! Thank you SO MUCH!! you really safe me! You actually make this fun, such a gift.
Thank you Alex👏☺️
new subscriber here. I find your videos very easy to understand 😭💖 Pls continue making videos like this.
Just watched 3 minutes of the video and got what I needed! Thanks man!
oh man i can't thank you enough, i have an exam in a few days and you helped me to understand the boolean
Congratualions on new sub.
You are the best ! Just discovered you yesterday, thanks 🙏 sooo much
I don`t know how I would have studied without your videos. Thank you!
keep it up bro, your doing great at tutorials in java.
this is the 2nd java video ive seen of yours and both have been incredibly helpful
Congratualions you won the program!
I wish I had discovered you sooner for my ComProg 1...
Thank you for making these videos! ❤️
Your explanation helped me to understand Boolean Alex good work bro
Loving your videos ❤❤ can you teach us about substrings in java please
Thank you brotha!! Helped me understand this so simply and clearly ! I appreciate it
Thanks, you helped me to visualize idea of condition changing boolean value, its what I needed for exam.
Keep recording m8!🔥
Thank you bro I had more knowledge in this video more than 99999999999999999999999 hours of online class
your tutorials making it a lot easy to learn java now. Thanks man
Thank you for being so awesome Alex! You're helping me big time in understanding / practicing java!
Hey there!!
I enjoyed the video very much and helped me in my computer classes. I am also a bad speller 😅😅. But programing with Boolean is fun. Thankyou for the video.
Way better then my prof sheesh ur a life saver
Bro really thanks for helping like its really easy understand things while you are explaining !!!
If you start making videos on other programming languages as well then it would be great
7:10 IDKW I didn't see it before but that explanation helped me massively. Thanks again.
Very interesting, indeed. I'll do kind of same but with beers. Thank you!
Bro you make me feel like java is a bit more easy
Thank you man
Appreciate it man! You’re so much better than my lecturer 😂
Thank you so much brother I just worked on the program and learned a lot from you!
Thank you so much, I just start to studying Java now and you really helped me, appreciate.
hey Filipe, i have a question and i hope u can help me with that...
why does he open up a new if statement for passedAllDoors? 11:30
couldnt we just System.our.println("... congrats...) before because door count is = 3 and passedAllDoors did change to true
or is it just a step to make sure and have a better understanding?
@@bewatter3014 you're right but its just a step to have a better understanding
@@practicalcucumber1395 thank you =)
I don't know anything about coding, but now I know boolean.
your java videos are AWESOME
You are a good teacher I wish I could take an online class from u
man your videos help me soo much
Fantastic video my man.
AlexLee
Superb Explanation Brother ❤👍🏻
😞Just do Start again Making videos
You make coding look so easy!!
5 januaray 2022 thank alex
God you’re the best teacher ever
Congrats on getting 1k subs.
I am 2 of them ;)
Swift F0X thank you!
though you deserve much more...
Did you spel congrajulashions rongly on purpose? (in 11:08)
Like how I did just now. ;)
Swift F0X no that was an accident
Incase you do,
Please don't take it as offense I meant it as a joke. ;)
Very easy to understand for beginners, I can't believe one day I'm binging watch Java Tutorial. Thank U Alex, you really did a great job!
Great videos really easy to follow along I actually got into java back when RSbot was popular for runescape.
I am start learning, this is clear.. Thanks make more videos
THANK YOU SO MUCH! you are better than my professor lol I keep watching your videos after his class
ps. I'm a bad speller too
What a tutorial ❤️Thank you
Simple and great video, thank you!
congratulations😄
Thanks for the great video! 😁
seriously great explanation....where were u in the past 2 years :(
Hello I see your the most recent comment and I am wondering if you are experienced enough to help with this problem I have
that was helpful thanks alex
You're awesome man I really appreciate you
thanks for the knowledge brother
So whats the advantage of boolean against using int? A = 1; or A = 2; and if , else statements.
Brilliant Alex! Thank you!
My Mom: you failed your English test.
Me: unpossible!!
xD
Did you add the live shortcuts in post production? I'm just wondering if maybe you automated it, so that you have a keylogger running and it can identify when you for instance type two keys at the same time. Just trying to think like a programmer!
Maximum Joy that’s a great idea :) they were added manually by me in post production, which took a little longer to edit in
You deserve more subs than int limit
More than double limit
loved the video brother
0:05 "in this video i'm gonna show you how to use bullying in java!"
Alex, first of all. You are priceless my man. Thank you so much for these tutorials, we would be lost without you. Thanks for the great teaching. A small suggestion - Kill the music in these videos. TBH it kinda makes you lose concentration on what you are lecturing about. Other than that.....wow!
This is a very good lesson-)
thank from brazil here good job !
I thanks God for finding your Channel 😍😍😍😍😍😍
Hi, your video has been super helpful i however want to know how to use the boolean to print out "Sorry you missed a door ".
What epic song is in the background?
can you make a tutorial about switch case? thankyou! btw i really like how you explain eveything about java! thankyouuu
Can you operate with one boolean passedDoor = true , and in steping to second door this boolean passedDoor would somehow change to = false if you are missing something to passing door that would change boolean automatically without creating new one for false scenario?::: If you meet requirement for passing door - passedDoor = true, and if you dont meet requirement - passedDoor = false.? It is possible to dymanically change true or false in same boolean? and i dont want to use >
u r a great teacher
Alex first of all great videos I personally loved them,each and every one of them, I would like to ask something though, I would like to know how to do bubble sort and linear search programming, so I would love to see that programming.
So informative!
Great vid
I wonder if the if code on line 30 was neccesary? Can't you just add a sout at the if statement on line 26 saying Congrats? (under passed all doors = true, so line 28)
bro, i feel like im learning more here than im actually learning in school lol
Your dideos ar the best, thanks. What is the name of your keyboard?
You are the best, thanks!
You don't need the last if. You can just System.out after the last true statement.
Would we get the same result as "DoorCount + 1;" if it were written as "DoorCount++;" ?
Alex: "I can't spell. I'm the worst speller"
Then proceeds to spell congratulations as congratualions 😆
The little things like these are what help me enjoy watching the videos
public class Latihan2 {
public static void main(String[] args) {
boolean status = true;
System.out.println("loe boleh ikut ujian?" + status);
//kode program berikut error,sebutkan alasan nya!
boolean b1 = 0;
boolean b2 = "true";
}
}
the code is error,where the error,and why its error?
@AARYAN RAMPAL thanks for answering
I love congratualions!
Thank you!!
subbed because of the congratualions
HI Alex can you tell us zoom in & out short code
great content, thanks!
appreciate your videos bro
can i use boolean for quesitonnaires?
still didn't undrstand anything but I love watching your tutorials