Multiple Choice
Case 1 - Human Resources Application
An application used by the Human Resources (HR) department needs to be improved. You need to use various string manipulation properties and methods to ensure all data entered by a user is accurate and stored correctly.
-The users of the HR application have entered some employee Social Security numbers (SSNs) with dashes (such as 222-33-4444) and some without dashes (such as 222334444) .You need to remove all dashes from any SSN that contains dashes.You will use the ____ method to edit the code so that only numeric characters are stored.
A) Replace
B) Remove
C) Trim
D) Substring
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Case 1 - Human Resources Application<br>An application
Q4: Case 1 - Human Resources Application<br>An application
Q5: A character's _ is an integer that
Q6: The strCityState variable contains a string that
Q7: Assume that the data for salary is
Q9: The strPassword variable contains eight characters.Two of
Q10: The _ method returns an integer that
Q11: The following instruction will remove which character
Q12: What is the value returned from the
Q13: The _ method inserts the padded characters