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

The figure below shows a single entry point and single exit point.
- Single-entry/single-exit control structures make it easy to build programs – the control structures are attached to one another by connecting the exit point of one control structure to the entry point of the next.
