Project

General

Profile

Actions

Bug #3591

open

DF009_Missing check null

Bug #3591: DF009_Missing check null

Added by Tiến Hưng Nguyễn about 1 month ago.

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

Also available in: PDF Atom