If Else Statement In Java Tutorial #17

preview_player
Показать описание

For beginners, here is exactly how to use an if else statement in java! ✅

An if statement lets you decided which code to run under a certain condition. If a grade is between 90 and 100 then the letter grade is an A. Else if is just tacked on to specify another condition, like 80 to 90 is B, and so on. An else statement specifies code that's run for anything else! This was a pretty deep example for beginners but I hope it was helpful or gave you a template to start exploring the if else statement in java on your own!

This is a template for how to do multiple java else if statements in java:
if() {

} else if () {

} else if () {

} else {

}

This way of specifying how to run code with if statements can be a little tricky at first, but you'll surely get the hang of it! They aren't too bad :) If you followed along, congrats! You learned-by-doing!

I hope you enjoyed this if else statement in java tutorial! I like to have a nice mix of tutorials and actual projects for you all :)

How are you using java if else statements? -

Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel.

~

Alex Lee
Рекомендации по теме
Комментарии
Автор

I have to say that I have scoured the internet for hours, and hours, and hours.

As a completely inept beginner who's an extremely slow learner (slower than most), I have not been able to grasp these concepts and coding in general from anybody. I have read books, scoured articles, and have watched other YouTubers who people keep recommending to me, and not one of them was as beginner friendly as you were. This video literally broke down what seemed to be a super over complicated concept to a 1st grade level, and I love it!

I watched the video multiple times, and can now finally say that I have officially grasped the concept of if/else statements within Java. Thank you so much! I will definitely be subscribing, liking, and sharing! I will also be watching the rest of your tutorials, as I have now watched two-three and really thoroughly love your teaching method! Thank you, man! I seriously CANNOT thank you enough!

DapperSapper
Автор

System.out.println("your the man");
great videos

bryanrhodunda
Автор

Your videos actually have a lot of quality, you deserve more followers!!

miss_
Автор

I don't know if you still check these but I'd love that podcast on basic programming terminology, terms, concepts etc.

Either way, I've been using this course to help me prepair for an interview, and you've really made everything that my bootcamp professors tried to teach me so much easier to understand. You're a natural born teacher brother. Thank you for all the hard work making these videos.

LifeJunkieRaj
Автор

almost 3years of this vid and your presentation skills are still admirable and easy for us to learn your lessons. thanks and happy holidays, alex!

jezekielbaronong
Автор

These tutorials are getting me through my programming classes lol. Keep up the good work~

tenx
Автор

It is quite incredible how simple and clearly you explain the basics in Java.
Glad I found your tutorials !!!!

sergiupapana
Автор

You are the best dude! Would definitely appreciate a podcast that clears up programming terms, thanks so much for everything once again Alex! Hope you're having a great day! :)

jonathanphillips
Автор

New sub on board. I am completely lost in my computer science class with java. You are making it real simple and easier to understand. Which you lived in the area so I could use you as a tutor.

eyecatchingreviews
Автор

I'm genuinely struggling in my first CS course and your videos are really helping :') Thank you!!

jessicaduong
Автор

The amount of help you have given me over the past week has been incredible. I cant thank you enough my friend. All the best

collinsummers
Автор

Obviously you're saving alot of lives with your videos! Because I am one of them now too. Thank you Alex!! Your're so good at what you do and please keep doing it!!

kebroonabebayehu
Автор

Your videos are the closest thing I have to a Java tutorial I can understand.

gregoryyang
Автор

amazing content!!!! They are just sooo helpful and no bs! Absolutely love your succinct and direct style! Keep it up Alex!!

rimqchw
Автор

You are such an incredible teacher!!!! I am so thankful you came up first on my recommended!!

blaireross
Автор

Thank you Alex! I really appreciate. How you covered this topic was easy for me to understand. Yes, I would like if you could have those podcast. It would help in my preparation for my programming class next semester. Thank you!!!

mercyenemuo
Автор

Your videos are very helpful. I hope you can make more video about Java that can help a lot of students like me to survive during the difficult computer science class.

vubui
Автор

Thank you for making things so much clearer for me, it helped me a lot!

lukewu
Автор

U deserve a billion Subs! I don’t know why so many people love u tubers u sit on a video game controller. Ur actually doing something that’s valuable to the viewers like me!

VTObiz
Автор

Man you helped me a lot to understand this! I've been studying programming for 8 months, I felt frustrated so many times and I wanted to quit although I really like this field, but because of you I wanna continue! BIG THANKS.

KLead