Question: If the strName variable contains the string Sharon Kelper, which of the following changes the contents of the variable to the string Sharon P. Kelper?
If the strName variable contains the string “Sharon Kelper”, which of the following changes the contents of the variable to the string “Sharon P. Kelper”?
a. strName = strName.Insert(6, " P.")
b. strName = strName.Insert(7, " P.")
c. strName = strName.Insert(8, "P. ")
d. None of the above.
Step by Step Solution
3.52 Rating (155 Votes )
There are 3 Steps involved in it
a str... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (2 attachments)
1814_60b8c12284f8d_823538.pdf
180 KBs PDF File
1814_60b8c12284f8d_823538.docx
120 KBs Word File
