Actions
Bug #3609
openDF003_Potential logical issue
Bug #3609:
DF003_Potential logical issue
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