Sequence structure

Unless directed otherwise, the computer executes Java statements one after the other in the order in which they’re written.

There is an initial state , some action states, and a final state .  We use arrows to do transitions.

You always do step by step, no jump.