Select case can be used
only for numbers
(TRUE OR FALSE) (IF FASLE THEN CORRECT IT)
Answers
Answered by
0
- False
It could be used for variable.
A 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.
Similar questions