Math, asked by ASingh7219, 1 year ago

how many times is the test expression of a select case evaluated

Answers

Answered by BrainlyYoda
9
Thanks for asking the question!

ANSWER::

1 time is the text expression o f a select case is evaluated.

Extra information - Syntax ::

Select Class text expression 
[Case Expression list - n
[statements-n]]
[Case Else
{elsestatements]]
End Select

It is used to test and expression and also checks which all cases it matches with and then executes the corresponding code.

Hope it helps!


Similar questions