if statements

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: Avoid usage problems and errors with if statements.

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

Objective #6: Use an if statement to parse and identify characteristics of integers.

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