I need to print the contents of a multidimensional array: line by line, left to right.
PLEASE HELP QUICKLY!!!
I have a multidimensional array whose number of rows and colums is indicated in the declaration of the array:
String PatientArray [][]= new String [20][4];
I have another class that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.