The intCounters array contains five elements. Which of the following assigns the
number 1 to each element?
a. For intSub As Integer = 0 To 4
intCounters(intSub) = 1
Next intSub
b. Dim intSub As Integer
Do While intSub
intSub += 1
Loop
c. For intSub As Integer = 1 To 5
intCounters(intSub - 1) = 1
d. all of the above
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here