If the strName variable contains the string Sam Harris, which of the following changes the contents of

Question:

If the strName variable contains the string “Sam Harris”, which of the following changes the contents of the variable to the string “Sam H. Harris”?

a. strName = strName.Insert(3, " H.")

b. strName = strName.Insert(4, "H.")

c. strName = strName.Insert(5, "H. ")

d. None of the above

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

Step by Step Answer:

Related Book For  answer-question
Question Posted: