Project

General

Profile

Actions

Bug #3595

open

Fixbug

Bug #3595: Fixbug

Added by tu bui about 1 month ago.

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

0%

Estimated time:

Description

Line: 1
Description: coding convention
error : matrixMultiplication
Fixing Solution:MatrixMultiplication
Line: 16
Description: logic error
error : c[i][j] = a[i][k] * b[k][j];
Fixing Solution : c[i][j] += a[i][k] * b[k][j];
Line: 21
Description: output 1 line
error :
Fixing Solution:add System.out.println(); after liner in loop
Line 20-21
Description: complete error
solution : delete 1(:) in loop for
Line 22
Description: complete error
solution : chagne && to +

No data to display

Actions

Also available in: PDF Atom