virtual-labs-archive / data-structures-iiith

This repository contains sources to Data Structures Lab IIITH.
https://cse01-iiith.vlabs.ac.in/
Other
1 stars 73 forks source link

Numbersystem_simulation_unary system #342

Open amit421 opened 5 years ago

amit421 commented 5 years ago

Defect Description:- if i entered no input then press multiply then it is in some kind of infinite loop and every step it is reducing by -1

Steps-to-reproduce:- Data Structures Lab ->List Of Experiments->Number Systems->Simulation->UnarySystem

Expected result:- must have given some error for not entering any value or something like zero would be fine..

Actual Result:- it entered into a kind of infinite loop which is decreasing by -1 at each step

Screenshot from 2019-03-17 14-36-43