Q.

Suppose that the selector in a Select Case block is the string variable myVar. Which of the following is NOT a valid Case clause?

A. case “adams”
B. case “739”
C. case (myvar.substring(0, 1)
D. case myvar.length
Answer» D. case myvar.length
735
0
Do you find this helpful?
5

Discussion

No comments yet