If-Else Statements
Conditions are evaluated in order from top to bottom
The first conditon, that is true, causes the corresponding sequence of statements to be executed.
If all conditions are false, then the sequence of statements associated with the ¡°else¡± clause is evaluated.