Computer Science, asked by sangeetasharma210119, 1 month ago

Val alc WC
2. Write the syntax for the IF THEN...ELSE statement.​

Answers

Answered by sakshi746454
2

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.

Similar questions