Array
University of Oregon

Selection Statements

Definitions

  • Flow of Control =  which statement gets executed next? A.k.a., logic flow.
  • Control Structures = statements which control logic flow
  • Three categories of control structures:
    1. Sequence
    2. Selection
    3. Iteration (a.k.a., Loops)
Skip to toolbar