Else..If Statement
The
else...if
statement allows to look for more than two possible outcomes.else...if
always comes after theif
statement and always before theelse
statement.if
/else...if
/else
Example:
Example:
Last updated
The else...if
statement allows to look for more than two possible outcomes.
else...if
always comes after the if
statement and always before the else
statement.
if
/ else...if
/ else
Example:
Example:
Last updated