go to home page   hear noise   go to next page

Revised: 10/04/98, 08/08/99, 01/20/00, 07/13/02, 05/21/03, 03/08/06


CHAPTER 18 — Sentinel Controlled Loops

Chapter Topics:

The previous chapters have discussed loops in general, and counting loops in particular. The same statements that are used to build counting loops are used to build other kinds of loops. This chapter looks at a kind of loop called a sentinel controlled loop.


QUESTION 1:

Say that you want a program that adds up any number of integers entered from the keyboard. Will a loop be used in this program?