InterviewSolution
Saved Bookmarks
| 1. |
What Is @else If Directive? |
|
Answer» The @ELSE if statements are used with the @if directive, whenever the @if statement fails then the @else if statements are tried and if they ALSO fails then the @else is EXECUTED. The @else if statements are used with the @if directive, whenever the @if statement fails then the @else if statements are tried and if they also fails then the @else is executed. |
|