Solved

Case 1 - Human Resources Application

Question 3

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.
-In order to remove both dashes from the SSN,you should first ____.


A) use the Length property to see how many characters are in the variable
B) use the index value to loop to examine each character in the variable, character by character
C) use the Contains method to see if any dashes are anywhere within the variable
D) use the Insert method to insert dashes

Correct Answer:

verifed

Verified

Related Questions