Revisions: 10/15/04; 08/17/06 -- reformatted

CHAPTER 7 — More about Loops

With the programs of the previous chapter, once a loop started the only way to end it is by hitting CONTROL-BREAK. This is not a graceful way to end. In this chapter you will learn how to write programs with loops that end gracefully.

Chapter Topics:

QUESTION 1:

What is so bad about ending a program with CONTROL-BREAK? The program ends; what more do you want?