Computer Science, asked by pranit999, 1 year ago

Define SELECT CASE STATEMENT IN VISUAL BASIC..

Answers

Answered by cr7vishal
2

Select Case statement allows a variable to be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each select case.


pranit999: Hey mate thanks for answering!!
cr7vishal: its my pleasure
Answered by Anonymous
0

Answer:

Select Case statement allows a variable to be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each select case.

Explanation:

Similar questions