countDown is used to limit the number of times the loop runs. Notice the while statement condition right after that line. If you never subtracted from countDown, that statement would always be true (unless the user entered a negative number in line 7) and the loop would run forever.
Momerath
Nearly a Senior Poster
3,384 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558