Which of the following statements changes the contents of the strZip variable from 60521 to 60561? a.

Question:

Which of the following statements changes the contents of the strZip variable from 60521 to 60561?

a. strZip = strZip.Insert(3, "6") strZip = strZip.Remove(4, 1)

b. strZip = strZip.Insert(4, "6") strZip = strZip.Remove(3, 1)

c. strZip = strZip.Remove(3, 1) strZip = strZip.Insert(3, "6")

d. All of the above

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

Step by Step Answer:

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