Q. What output will be returned if the following Visual Basic code is executed?
Code:strCityState = "Nashville, TN"
blnIsContained = strCityState.Contains("Tn")
β
Correct Answer: (C)
11
strCityState = "Nashville, TN"
blnIsContained = strCityState.Contains("Tn")
You must be Logged in to update hint/solution