?
What output will be returned if the following Visual Basic code is executed?
What output will be returned if the following Visual Basic code is executed?
strCityState = "Nashville, TN"
intCharIndex = strCityState.IndexOf("Tn")
strCityState = "Nashville, TN"
intCharIndex = strCityState.IndexOf("Tn")
Join the Discussion
Login to post a comment or share your explanation.
Login