Look at the following array definition:
double[][] sales = new double[8][10];
a. How many rows does the array have?
b. How many columns does the array have?
c. How many elements does the array have?
d. Write a statement that stores a number in the last column of the last row in the array.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.