Q. What output will be returned if the following Visual Basic code is executed?
Code:
strCityState = "Nashville, TN"
intCharIndex = strCityState.IndexOf("TN")
β
Correct Answer: (C)
11