Unit 2 - Lesson 6

While Loops

The goal of this lesson is to master the while-loop and to be able to compare/contrast it to the for-loop (previous 2 lessons). This lesson should also be a reminder on what a break statement does inside of loop structures.

Move on to: Unit 3