Question: 3. The strWord variable contains the string Chairs. Which of the following statements changes the contents of the variable to Chair? a. strWord = strWord.Remove(5)
3. The strWord variable contains the string “Chairs”. Which of the following statements changes the contents of the variable to “Chair”?
a. strWord = strWord.Remove(5)
b. strWord = strWord.Remove(6, 1)
c. strWord = strWord.Trim(5)
d. strWord = strWord.Trim(6)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
