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

Expresion_evaluation_experiment-modulo_by_zero #533

Open gary5101 opened 5 years ago

gary5101 commented 5 years ago

defect description: when modulo by zero it should give an error instead it gets into an infinite loop Steps to reproduce : go to "http://cse02-iiith.vlabs.ac.in/exp10/simulation/index.htm" and put a equation with modulo 0 expected output : should give an error. Output : no error and infinite loop. image