Problem
What type of exception would be thrown if a program statement attempted to access location 0 in an array defined to hold 20 elements?
a. System.FormatException
b. System.Invalid.CastException
c. System.NullReferenceException
d. System.IndexOutOfRangeException
e. none of the above.