+ 4
Arrays
How can I compare one variable against a multidimensional array all at once and return true or false in java
2 Answers
+ 19
nice question âș
/*for n dimensional array , U can use n enhanced for loops to traverse throught each element of the array*/
đbut what when U don't know " what dimensional array you have or if n is bigger number " ?
//i'll find the answer soon & if i find(i'll post here âș)
+ 4
thanks I didn't think of that