Saved Bookmarks
| 1. |
What is an ‘if-else-if’ statement? |
|
Answer» The ‘if-else if’ statement is an extension of the “if-else” conditional branching statement. When the expression in the “if’ condition is “false” another “if-else” construct is used to execute a set statement based on an expression. |
|