Assignment 021

While Loops

Another useful programming structure is the while loop.

The for loop and the while loop are essentially the same. However, the while loop doesn't have to use variables to count. Intstead it keeps running until a condition is no longer true.