Subject: Object Oriented PrgrammingLanguage: Java ProgramTopic: Exception
(SEE ATTACHED PHOTO FOR THE PROBLEM)
Initial code:public class Matrix{ private int matrix[][]; public Matrix(){} public Matrix(int row, int column){ matrix = new int[row][column]; } //your methods here}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here