Objectives
You should be able to :
- Construct simple logical (boolean) expressions to evaluate conditions.
- Construct complex logical expressions.
- Construct an If-Then-Else statement.
- Construct an If-Then Statement.
- Use Nested If-Then-Else statements.
- Determine pre-conditions and post-conditions for a module or
section of code.
- Trace the execution of C++ code involving If-Then-Else statements.
- Test and debug C++ code involving If-Then-Else statements.