else if
Executes the statement if the expression is true and if the previous if or else if is not executed
Arguments
- Expression
Output
Void
Examples
Executes the statement if the expression is true and if the previous if or else if is not executed
Void