4.2 Loops (general)

1234
Across
  1. 3. Each time through a loop's statements
Down
  1. 1. A loop executes when the expression is ______.
  2. 2. Part of a program that repeatedly executes statements (the loop body) while expression is true.
  3. 4. A loop executes when the expression is ______.