Question

10. What value will be assigned to intIndex when the following statements execute? а.11 b. 12 C. 0 d. -1 Dim strTarget As String = "asdsakfljfdgasldfjdl" Dim intIndex as Integer

= strTarget.IndexOf("GAS")

Question image 1Question image 2Question image 3Question image 4