Computer Science, asked by beautykhan6991, 8 days ago

A select case structure works with a single test expression that is evaluated ______at the top of the structure.​

Answers

Answered by binodbam2003
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