If the strAddress variable contains the string 15 Palm Ave., what will the strAddress.IndexOf(Palm, 5) method return?

Question:

If the strAddress variable contains the string “15 Palm Ave.”, what will the strAddress.IndexOf("Palm", 5) method return?
a. –1
b. 5
c. 6
d. False

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: