Solved

Which of the Following Statements Will Result in an IndexOutOfRangeException

Question 6

Multiple Choice

Which of the following statements will result in an IndexOutOfRangeException if placed after the following line of code?
Dim arr(2) As Integer


A) arr(3) = 2
B) arr(2) = 2
C) arr(1) = 2
D) arr(0) = 2

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions