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
Answer: B
Computer Science & Information Technology
You might also like to view...
A(n)_________ provides many tools that support the software development process, such as editors for writing and editing programs, debuggers for locating logic errors in programs, and many other features.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
A slow last mile connection constitutes a _____________ because high-speed traffic must be throttled back to the slower last-mile connection speed.
A. bottleneck B. hotspot C. speed break D. backhaul connection
Computer Science & Information Technology