Which of the following statements changes the contents of the strWord variable from led to lead? a.

Question:

Which of the following statements changes the contents of the strWord variable from “led” to “lead”?
a. strWord = strWord.AddTo(2, "a")
b. strWord = strWord.Insert(2, "a")
c. strWord = strWord.Insert(3, "a")
d. strWord = strWord.Into(3, "a"c)

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

Step by Step Answer:

Question Posted: