ABSTRACT

PASCAL provides directly for three important requirements which are invariably needed in the solution of problems:

CONDITIONAL CHOICE: choice of one or an alternative course of action. SELECTION: selection of one of many alternative courses of action. REPETITION: repeated execution of a section of program statements In this chapter we consider the PASCAL structured statements used to exercise these forms of control.