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 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 <>

c. Do While intSub >= 20

d. Do While intSub <=>



Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here