11E. Standards for Loops

  Lecture 11E.1 It must be possible to do a loop's body more than once
  Lecture 11E.2 Control only one variable in a for-loop heading
  Lecture 11E.3 Modify a variable in a for-loop heading or its body, not both
  Lecture 11E.4 Only one loop per function