write a sentence using commands if then else
Answers
Answered by
0
Answer:
condition
Required. Expression. Must evaluate to Trueor False, or to a data type that is implicitly convertible to Boolean.
If the expression is a Nullable Booleanvariable that evaluates to Nothing, the condition is treated as if the expression is False and the Else block is executed.
Similar questions