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

Question:

Which of the following statements changes the contents of the strZip variable from 60521 to 60461?
a. strZip = strZip.Insert(2, "46") strZip = strZip.Remove(4, 2)
b. strZip = strZip.Remove(2) strZip = strZip.Insert(2, "461")
c. strZip = strZip.Remove(2, 2) strZip = strZip.Insert(2, "46")
d. All of the above.

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

Step by Step Answer:

Question Posted: