More about Iteration

Students will...

  1. be able to define the term iteration.
  2. be able to create a correct while statement.
  3. understand the flow of execution of a while statement.
  4. understand the concept of an infinite loop.
  5. be able to correctly and wisely choose between using a for loop and a while loop.
  6. know what the escape character is and how and when it is used.
  7. be able to write code using nested iteration when appropriate.