Assignment 10

This assignment is worth 10 points.

Objectives

  1. Read chapter 5
  2. Define the following:
    1. Flow of control.
    2. Control structure
    3. Short circuit evaluation
  3. Describe the boolean type, include values and operations.
  4. List and describe operators which produce boolean values.
  5. Describe what occurs when a stream variable is used in place of a boolean expression.
  6. Give the syntax and flow of control for the if statement.
  7. Give the syntax and flow of control for the if-else statement.