Which of the following changes the contents of the strName variable from Will to William? a. strName

Question:

Which of the following changes the contents of the strName variable from Will to William?

a. strName = strName.Append(5, "iam")

b. strName = strName.Append(4, "iam")

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

d. strName = strName.Insert(4, "iam")

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

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: