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


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

intCounters(intSub) = 1

intSub += 1

Loop

c. For intSub As Integer = 1 To 5

intCounters(intSub - 1) = 1

Next intSub

d. All of the above.



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here