Is it possible to create an array in Java where the first row has
... [Show More]
5 elements, the second row has 6 elements and the third row has 2 elements?
create a for loop to execute: Is it possible to create an array in Java where the first row has 5 elements, the second row has 6 elements and the third row
[Show Less]