If Statements and If-Else Statements (Conditional Flow Control)

Here are lecture slides for and program examples.

  1. Lecture slides
  2. BooleanConnectives.java
  3. BooleanPrint.java
  4. ColorSelection.java
  5. ColorSelectionNested.java
  6. ColorSelectionWithElse.java
  7. Comparisons0.java
  8. ReadBoolean.java
  9. Temperature01.java
  10. Temperature02.java
  11. Temperature03.java

Go back to the lecture page

Go back to the home page