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:

Verified
Correct Answer:
Verified
Related Questions
Q12: What is the value returned from the
Q14: When there are no arguments to the
Q15: The purpose of a separator bar is
Q16: The _ method pads the string on
Q17: If a menu item requires additional information
Q18: Each menu contains a menu title that
Q21: The _ property of a menu element
Q22: When using the IndexOf search method, to
Q23: The StartsWith string method will return true
Q24: To determine the length of a string