Question: Which of the following statements changes the contents of the strSocSec variable from 000-11-2222 to 000112222? a. strSocSec = strSocSec.Remove() b. strSocSec = strSocSec.RemoveAll() c.
Which of the following statements changes the contents of the strSocSec variable from “000-11-2222” to “000112222”?
a. strSocSec = strSocSec.Remove("–")
b. strSocSec = strSocSec.RemoveAll("–")
c. strSocSec = strSocSec.Replace("–","")
d. strSocSec = strSocSec.ReplaceAll("–")
Step by Step Solution
3.51 Rating (158 Votes )
There are 3 Steps involved in it
c str... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (2 attachments)
1814_60b8c1228534a_823549.pdf
180 KBs PDF File
1814_60b8c1228534a_823549.docx
120 KBs Word File
