Control Structures

Sequential execution: Statements in a program execute one after the other in the order in which they are written.

Transfer of control: Various Java statements, enable you to specify that the next statement to execute is not necessarily the next one in sequence.

Bohm and Jacopini

Click each of the followings: