Question: The strName variable contains the string Doe Jane. Which of the following changes the variables contents to the string Doe, Jane? a. strName = strName.Insert(3,
The strName variable contains the string “Doe Jane”. Which of the following changes the variable’s contents to the string “Doe, Jane”?
a. strName = strName.Insert(3, ",")
b. strName = strName.Insert(4, ",")
c. strName = strName.AddTo(3, ",")
d. None of the above.
Step by Step Solution
3.38 Rating (167 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_60b8c12285143_823543.pdf
180 KBs PDF File
1814_60b8c12285143_823543.docx
120 KBs Word File
