ssume you have the following declaration salesData[1000];. Which of the following ranges is valid for the index of the array salesData?
a. 0 through 999
b. 0 through 1000
c. 1 through 1001
d. 1 through 1000