Solved

Suppose You Have the Following Declaration

Question 1

Multiple Choice

Suppose you have the following declaration. double[] salesData = new double[500]; Which of the following range is valid for the index of the array salesData. (i) 0 through 500 (ii) 0 through 499


A) Only (i)
B) Only (ii)
C) Both are invalid
D) None of these

Correct Answer:

verifed

Verified

Related Questions