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:

Verified
Correct Answer:
Verified
Related Questions
Q1: Before a text file can be opened
Q2: If a text file is opened for
Q3: The catch block: <br>Catch exc As IO.IOException
Q4: The characters < and & cannot appear
Q5: In a Try-Catch-Finally block, the code in
Q7: A Catch block of code that is
Q8: In a Try-Catch-Finally block, if there are
Q9: Each element of an XML document must
Q10: The line of code<br> sw.Close <br>when used
Q11: Text files are updated by opening them