Actions
Bug #3591
openDF009_Missing check null
Bug #3591:
DF009_Missing check null
Status:
New
Priority:
Normal
Assignee:
-
Start date:
10/02/2025
Due date:
% Done:
0%
Estimated time:
Description
Line: 34
Description: Must check null int[][] C before call function printMatrix();
Fixing solution: if(C!=null){
printMatrix(C);
}
No data to display
Actions