InterviewSolution
Saved Bookmarks
| 1. |
Can An If-then-else If Block Have Infinite Number Of Else Clauses? |
|
Answer» No, the IF-THEN-ELSIF BLOCK can have only one ELSE clause at the END of the it, which is executed if no other CONDITION is evaluated to TRUE. No, the IF-THEN-ELSIF block can have only one ELSE clause at the end of the it, which is executed if no other condition is evaluated to TRUE. |
|