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

Expression Evalution_simulation_bitwise #489

Open KanishAnand opened 5 years ago

KanishAnand commented 5 years ago

Defect Description In bitwise operator section when I run the code, in the code output all points are incomplete. There is no word after Here in line "Here have higher..." Steps to reproduce Go to simulation of expression eval experiment then select bitwise operator from top and run the code and see code output carefully. Expected Result The lines of code output should be -- "Here & have higher.....", "Here ^ have higher" and "Here | have higher..." Actual Result -- "Here have higher....." and "Here have higher..."

Screenshot from 2019-03-22 18-15-03

KanishAnand commented 5 years ago

issue fix https://github.com/virtual-labs/computer-programming-responsive-iiith/pull/490/commits/e14e3054f27bce9a4d3c44971be3a47b72b1e956

DevikaBoddu commented 5 years ago

Valid fix : @KanishAnand