0
Doubt on my this question listed under arrays
Question, String array[][] ={{"Hi","I","am"}{"learning","java"}} My doubt is can one have "array[][]". As in the previous lesson there explains type should initiate the array. So to my imagination I am guessing it should look like this String[][] array ={{"Hi","I","am"}{"learning","java"}}
3 ответов
0
Thanks Jay for the explanation