Question: Look at the following array definition: String[ ][ ] Scores = new String[3][6]; a. What will be returned by Scores.length? b. What will be returned
Look at the following array definition:
String[ ][ ] Scores = new String[3][6];
a. What will be returned by Scores.length?
b. What will be returned by Scores[5].length?
c. How many total elements can be saved in this array?
note: urgent plzzzz
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
