Control Structures Introduction



Structured programming requires only three forms of control:


Sequence

Sequence is implemented when one statement follows another, in order.


Selection

Selection is implemented in one of three ways:


Repetition

Repetition (iteration) is implemented in one of three ways: