Untitled Note

By: Anonymous2/16/20235 views Public Note
int row,col; public matrix() { row=0;col=0 m=new int[row][col]; } public matrix(int a) { row=a; col=a; System.out.print(a); m=new int[row][col] }

Want to create your own notes?

Join thousands of users writing securely on ProNotepad.