Question: 2. Which of the following changes the contents of the strName variable from Tam to Tammy? a. strName = strName.Append(4, my) b. strName = strName.Append(3,
2. Which of the following changes the contents of the strName variable from Tam to Tammy?
a. strName = strName.Append(4, "my")
b. strName = strName.Append(3, "my")
c. strName = strName.Insert(4, "my")
d. strName = strName.Insert(3, "my")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
