April 1994
Beginner
432 pages
6h 37m
English

This chapter doesn’t teach you how to use another kind of loop. Instead, this chapter extends the information you learned in the last two chapters. There are ways to control the while loop in addition to a relational test, and you can change the way a for loop operates via means other than the counter variable.
The break and continue statements let you control loops for those special occasions when you want to quit a loop early or repeat a loop sooner than it would normally repeat.
The break
Read now
Unlock full access