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 Evaluation_simulation_bitwise #491

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....." Actual Result -- "Here have higher....." and "Here have higher..."

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

KanishAnand commented 5 years ago

issue fixed commit id: https://github.com/virtual-labs/computer-programming-responsive-iiith/pull/492/commits/d8df830429a0031599ee783a691340706a5ae91e

DevikaBoddu commented 5 years ago

Valid fix: @KanishAnand