A select case structure works with a single test expression that is evaluated ______at the top of the structure.
Answers
Answered by
1
Answer:
Answer: Select Case is a conditional statement, that helps you test a variable for equality against a set of values. ... The Select Case statement provides you with an easy way of testing for the contents of a variable.
Similar questions