A Select Case structure works with a single test expression that is evaluated _____, at the top of the structure.
Answers
Answered by
2
Answer:
Select Case is a conditional statement, that helps you test a variable for equality against a set of values. Each value is referred to as a case, and a variable that is being switched on should be checked for all the select cases.
The Select Case statement provides you with an easy way of testing for the contents of a variable. However, it is only suitable for use when a variable in question has only a limited number of options.
Answered by
7
A Select Case structure works with a single test expression that is evaluated elementary data, at the top of the structure.
yashvisanghai:
thank u
Similar questions