Q425
Which of the following Case clauses is invalid in a Select Case statement whose selectorExpression is an Integer variable named intCode?
A.
Case Is>7
B.
Case 3,5
C.
Case 1 to 4
D.
Case "A"
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board