Java: Conditionals

Опубликовано: 07 Май 2026
на канале: It's Not Obvious
63
3

In this episode I'll cover the basics of Java control flow statements, specifically "if statements" and its variants (else if/else) as well as a brief review of boolean expressions and checking user input.


This is primarily intended for my CSS 142 students at the University of Washington (Bothell Campus) but it may also be useful to anyone new to Java programming.

Thanks for watching!

Links mentioned in this episode:
My LinkedIn:   / hanselong  
Operators: https://docs.oracle.com/javase/tutori...

More if statements examples:
https://www.w3schools.com/java/java_c...
https://docs.oracle.com/javase/tutori...