Question: Look at the following array declaration: Int[][] numberArray = new int[9][11]; a. Write a statement that assigns 145 to the first column of the first
Look at the following array declaration:
Int[][] numberArray = new int[9][11];
a. Write a statement that assigns 145 to the first column of the first row of this array.
b. Write a statement that assigns 18 to the last column of the last row of this array.
Step by Step Solution
3.41 Rating (151 Votes )
There are 3 Steps involved in it
Answer 3 31 Array index starts from 0 and ends at n... View full answer
Get step-by-step solutions from verified subject matter experts
