Question: 12. If the strName variable contains the string Sam Harris, which of the following changes the contents of the variable to the string Sam H.
12. If the strName variable contains the string “Sam Harris”, which of the following changes the contents of the variable to the string “Sam H. Harris”?
a. strName = strName.Insert(3, " H.")
b. strName = strName.Insert(4, "H.")
c. strName = strName.Insert(5, "H. ")
d. none of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
