Objective #1: Understand how true and false is represented in C++.

Objective #2: Use relational operators.

Objective #3: Use logical operators.

Objective #4: Be able to use the if statement.

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

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

Objective #8: Be able to use the switch statement. (This topic may not be covered this semester. Ask the instructor if you are responsible for studying switch statements.)

Objective #9: Be able to explain the importance of loops in programs.

Objective #10: Be able to use for loops.

Objective #11: Be able to use while loops.

Objective #12: Be able to use do while loops.

Objective #13: Be able to use the break and continue statements.

Objective #14: Be able to use and interpret nested loops.

       Notice the blank lines around the inner loop for good style.