The while loop -- briefly
Computer programs are very good at repetition (and don�t get bored)
Sometimes it is necessary to repeat a statement or block many times
One way to do this is with a while loop
A while statement controls how many times another statement/block is executed