Multiple Choice
The HR department has decided to change the Finance department number from 04 to 09.Which of the following statements correctly changes the contents of the strEmpCode?
A) strEmpCode = strEmpCode.Replace("04","09")
B) strEmpCode = strEmpCode.Replace("09","04")
C) strEmpCode = strEmpCode.Remove(0,2)
StrEmpCode = strEmpCode.Insert(1,"09")
D) strEmpCode = strEmpCode.Remove(1,2)
StrEmpCode = strEmpCode.Insert(1,"04")
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Case 1 - Human Resources Application<br>An application
Q14: Write the condition that evaluates to True
Q19: Write a Visual Basic statement that will
Q31: How many characters will be removed from
Q36: Programmers use the _ property of the
Q42: To insert characters within a string,you use
Q46: Each menu in an application does not
Q48: Write the condition that evaluates to True
Q52: The method that removes characters from only
Q59: You can use the _ method to