Actions
Bug #3600
openDF_001 Formatting error
Bug #3600:
DF_001 Formatting error
Status:
New
Priority:
Normal
Assignee:
-
Start date:
10/02/2025
Due date:
% Done:
0%
Estimated time:
Description
Description: Declare two variables on the same line
Solution: Each variable must be declared in different line
Updated by Hoang Long Nguyen about 1 month ago
Line: 3,4
Description: Declare two variables on the same line and missing int while declare cols = matrix[0].length, subCols = subMatrix[0].length.
Solution: Each variable must be declared in different line, add int in each declaration
Actions