Question

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

strTarget.IndexOf("as", 1)

Fig: 1

Fig: 2

Fig: 3

Fig: 4