Selection (2)
The else and else if clauses are optional.
If an expression evaluates to true the set of statements immediately following it, i.e. those between the nearest {} parenthesis, are executed.
Once a set of statements is selected no other statements in the if - else if – else clause, will be executed.
The form of selection is sequential and deterministic.