This video is part 1 in a series of three videos that explores the if-statement in Java. It covers fundamentals, such as relational operators, boolean operators and booleans expressions, that form the foundation of creating conditional logic using if-statements. The video gives an overview of the relational operators greater than, greater than or equal to, less than, less than or equal to, equivalance and not equal to. It also gives an overview of the boolean operators and, or and negation or not. The video covers ten problems that require the use of the relational and boolean operators in order to write solutions in the form of boolean expressions.
Additonals tutorials on relational operators and conditional blocks can be found at the following links:
Relational Operators and Boolean Expressions https://www.youtube.com/watch?v=EUVKC…
Making Decisions in Java using an if-statement https://www.youtube.com/watch?v=atg2e…