Actions
Bug #3573
openDF002_Missing Variable's data type
Bug #3573:
DF002_Missing Variable's data type
Status:
New
Priority:
Normal
Assignee:
-
Start date:
10/02/2025
Due date:
% Done:
0%
Estimated time:
Description
Line Number: 3
Defect Description: int m = A.length; n = A[0].length; p = B[0].length; missing data type of n and p
Fixing Solution: int m = A.length;
int n = A[0].length;
int p = B[0].length;
No data to display
Actions