Question: The strName variable contains the string Jeffers. Which of the following statements changes the contents of the variable to the string Jeff? a. strName =
The strName variable contains the string “Jeffers”. Which of the following statements changes the contents of the variable to the string “Jeff”?
a. strName = strName.Remove(4)
b. strName = strName.Remove(5)
c. strName = strName.Remove(5, 3)
d. strName = strName.Remove(3, 5)
Step by Step Solution
3.41 Rating (179 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_60b8c12285247_823546.pdf
180 KBs PDF File
1814_60b8c12285247_823546.docx
120 KBs Word File
