Solved

The ____ Method Is Used to Remove the "-" Characters

Question 19

Multiple Choice

The ____ method is used to remove the "-" characters in a variable called socialSecurity that contains the value "345-00-0000".


A) socialSecurity.Remove("-" , "")
B) socialSecurity.Replace("-" , "")
C) socialSecurity.Change("-" , "")
D) socialSecurity.Trim("-" , "")

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions