virtual-labs-archive / computer-programming-responsive-iiith

This repository contains the responsive Computer Programming Lab IIITH
https://cse02-iiith.vlabs.ac.in
Other
1 stars 325 forks source link

computer-programming lab_exp4_simulation_2d arrays" #95

Open gayatripurigilla opened 6 years ago

gayatripurigilla commented 6 years ago

description: logical errorsteps to reproduce the issue: computer-programming lab -> arrays -> 2d arrayslink to the bug: http://cse02-iiith.vlabs.ac.in/exp4/simulation/2-d/index.htmlexpected result: as it is array multiplication, it should give multiplication result. but instead it shows false result.actual result: a sample output is attached as a Screenshotlogical error_multiplynote: tested on win-7 64 bit with chrome-67.0.3396.62 version

varshareddykumbham commented 6 years ago

Commit id- 1814040

Rajadattu commented 6 years ago

Valid fix @varshareddykumbham

divija123 commented 6 years ago

valid fix @varshareddykumbham

surendra1233 commented 6 years ago

Fix is validated and can be moved to production, @varshareddykumbham, S4

varshareddykumbham commented 6 years ago

The resultant matrix will be shown only after the evaluation.The fix is that the resultant matrix is intialized to zero.Evaluate and check it is giving correct output.