Sunday, 31 March 2013

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


A. Case "Adams"
B. Case "739"
C. Case (myVar.Substring(0, 1)
D. Case myVar.Length

Ans: D


No comments: