InterviewSolution
Saved Bookmarks
| 1. |
Val alc WC2. Write the syntax for the IF THEN...ELSE statement. |
|
Answer» IF the expression is a Nullable Boolean variable that EVALUATES to Nothing, the condition is treated as if the expression is FALSE , and the ElseIf blocks are evaluated if they exist, or the Else BLOCK is executed if it EXISTS. Required in the single-line syntax; optional in the multiline syntax. |
|