Wyo Java Ch. 5 Lecture Notes

Objective #1: Use if statements.

Objective #2: Be able to use the if else statement.

Objective #3: Be able to use and interpret nested if statements.

Objective #4: Use Boolean expressions with relational (comparison) and logical (Boolean) operators.

Objective #5: Compare strings correctly using the equals method.

Objective #6: Compare floating-point values and double variables correctly.

Objective #7: Be able to use the switch statement.