Question: 12. If the strName variable contains the string Sydney Hart, which of the following changes the contents of the variable to Sydney D. Hart? a.
12. If the strName variable contains the string “Sydney Hart”, which of the following changes the contents of the variable to “Sydney D. Hart”?
a. strName = strName.Insert(6, "D. ")
b. strName = strName.Insert(7, "D. ")
c. strName = strName.Insert(7, " D.")
d. both a and c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
