Project

General

Profile

Actions

Bug #3609

open

DF003_Potential logical issue

Bug #3609: DF003_Potential logical issue

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

Status:
New
Priority:
Normal
Start date:
10/02/2025
Due date:
% Done:

0%

Estimated time:

Description

Line: 34,35,36,37
Description: if not a submatrix must print "The submatrix does not exists in the larger matrix."
Solution:
if (!isSubMatrix(matrix, subMatrix)) {
System.out.println("The submatrix does not exists in the larger matrix.");
} else {
System.out.println("The submatrix exist in the larger matrix.");
}
---->adding "!"

No data to display

Actions

Also available in: PDF Atom