Solved

The StrPassword Variable Contains Eight Characters

Question 9

Multiple Choice

The strPassword variable contains eight characters.Two of the characters in the password must be numeric.Which of the following statements will access each character stored in the variable,character by character?


A) If strPassword Like "[A-Z][A-Z][A-Z][A-Z][A-Z][A-Z]##"
B) For intIndex As Integer = 0 To 7
C) For intIndex As Integer = 1 To 8
D) For intIndex As Integer = 1 To strPassword.Length - 1

Correct Answer:

verifed

Verified

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

Related Questions