More about Iteration
Students will...
- be able to define the term iteration.
- be able to create a correct while statement.
- understand the flow of execution of a while statement.
- understand the concept of an infinite loop.
- be able to correctly and wisely choose between using a for loop and a while loop.
- know what the escape character is and how and when it is used.
- be able to write code using nested iteration when appropriate.