Monday, July 21, 2014

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

Ans: D

No comments: