Objectives
- Understand the operation of boolean operators
- Understand the bool data type
- Understand flow of control in a branching statement
- Know what preconditions and postconditions are
- Construct complex logical expressions to evaluate a condition
- Construct all forms of the If-Then-Else statement
- Construct nested If-Then-Else Statements
- Trace the execution of a C++ program