phillywifey60
Programmer
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 fills in the contents of this array and I need to write a class that prints out the contents of this array. I just need simple pseudocode because I am a C++ programmer and am not fully sure of Java's capabilities.
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 fills in the contents of this array and I need to write a class that prints out the contents of this array. I just need simple pseudocode because I am a C++ programmer and am not fully sure of Java's capabilities.