Question: The following question would be for java If you have an array of arrays, do the inner arrays all have to have the same length?
The following question would be for java
If you have an array of arrays, do the inner arrays all have to have the same length? For example, if arr is a variable of type int[][] with at least two inner arrays, must it be true that arr[0].length == arr[1].length? Why or why not?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
