The strNames array contains 100 elements. Which of the following statements assigns the number 99 to the

Question:

The strNames array contains 100 elements. Which of the following statements assigns the number 99 to the intLastSub variable?
a. intLastSub = strNames.Length
b. intLastSub = strNames.GetUpperBound(0) + 1
c. intLastSub = strNames.GetUpperBound(0)
d. Both a and b.

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

Step by Step Answer:

Question Posted: