The strItems array is declared as follows: Dim strItems(20) As String. The intSub variable keeps track of

Question:

The strItems array is declared as follows: Dim strItems(20) As String. The intSub variable keeps track of the array subscripts and is initialized to 0. Which of the following Do clauses will process the loop instructions for each element in the array?
a. Do While intSub > 20
b. Do While intSub < 20
c. Do While intSub >= 20
d. Do While intSub <= 20

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: