ABSTRACT

A large percentage of statements in a high-level program are part of the fundamental control structure called sequence.  at is, they are executed in the same sequence they appear in the program.  e sequence structure is used inside methods, functions, and subroutines. It is used inside blocks and loop bodies. Sequence structures are entered at the top and exited at the bottom.  ere is no branching into or out of a sequence structure.