Assignment 10
This assignment is worth 10 points.
Objectives
- When you finish this assignment you should be able to
- Describe the C++ data type bool.
- Describe the operation of the if and the if - else statement.
- Read chapter 5
- Define the following:
- Flow of control.
- Control structure
- Short circuit evaluation
- Describe the boolean type, include values and operations.
- List and describe operators which produce boolean values.
- Describe what occurs when a stream variable is used in place of a boolean expression.
- Give the syntax and flow of control for the if statement.
- Give the syntax and flow of control for the if-else statement.