If the strName variable contains the string Sharon Kelper, which of the following changes the contents of

Question:

If the strName variable contains the string “Sharon Kelper”, which of the following changes the contents of the variable to the string “Sharon P. Kelper”?
a. strName = strName.Insert(6, " P.")
b. strName = strName.Insert(7, " P.")
c. strName = strName.Insert(8, "P. ")
d. None of the above.

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

Step by Step Answer:

Question Posted: