Solved

The StrState Variable Should Contain Two Uppercase Letters

Question 51

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions