Preview

Statement Overview

  • Statements
  • Control Structures

    Selection Structures

  • Selection examples
  • if, if/else, or switch

    Repetition Structures

  • iteration
  • while Loops
  • do while Loops
  • for Loops
  • for vs. while

    Booleans

  • Definitions / Truth Tables

    Cautions !!!

  • Loop Control
  • De Morgan's Law
  • == vs =
  • goto, break & continue

    Afterview