youre right it is a homework, and as for what our teacher said, you wouldnt be albe to do this by yourself, you have to use to internet to be able to finish this assingment, so here i am, what better place that a big forum where everybody help each other, what better place can you get the info for youre java assingments, sure i can look around at diffrent pages for the code but i dont think that will help me as i have tried it for soon 3 weeks..
well anyway, for those who wanna help me
Public class Matrix {
public static void main(
string[] args) {
String[] Array1 { "A", "B", "C" };
String[] Array2 { "D", "E", "F" };
String[] Array3 { "G", "H", "J" };
this is just what i began with, i need printMatrix, eraseMatrix and reverseArray. i dont know how to connect these arrays with the method so its kind of what i need help with. if i say something wrong, correction is very welcome
