Multiple Choice
The strState variable should contain two uppercase letters.Which of the following statements determines whether the variable contains a valid state?
A) If strState = "[A-Z][A-Z]" Then
B) If strState Like "[A-Z]" Then
C) If strState Like "[a-z][a-z]" Then
D) If strState Like "[A-Z][A-Z]" Then
Correct Answer:

Verified
Correct Answer:
Verified
Q46: Each menu in an application does not
Q47: The strPhone variable should contain only numbers
Q48: Write the condition that evaluates to True
Q49: To remove characters from only the beginning
Q50: Assume that a text box named PhoneNumberTextBox
Q52: The method that removes characters from only
Q53: Case 1 - Human Resources Application<br>An application
Q54: The strPhone variable contains a 10-digit phone
Q55: The _ method performs a case-sensitive search
Q56: Write the Visual Basic statement that inserts