Question: For the code below: int [][] arr = {{1,2,3,4,5},{1,2,3,4},{1,2,3},{1,2}}; what is arr[0].length?
For the code below:
int [][] arr = {{1,2,3,4,5},{1,2,3,4},{1,2,3},{1,2}}; what is arr[0].length?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
