Q598
What output will be returned if the following Visual Basic code is executed? strCityState = "Nashville, TN" intCharIndex = strCityState.IndexOf("Tn")
A.
True
B.
False
C.
11
D.
-1
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board