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-arrays #132

Open gayatripurigilla opened 6 years ago

gayatripurigilla commented 6 years ago

descriptionin the simulation for arrays when we give the size of an array as a float value it accepts!steps to reach the issue1)select computer-programming lab2)select arrays and click on simulation3)enter a float value for array sizeexpected resultinvalid input messageactual resultit is taking a float value tooScreenshotScreenshot__448_

divija123 commented 6 years ago

commit id - db6c09b

Deekshitha99 commented 6 years ago

valid fix @divija123

aakarsh7599 commented 6 years ago

There's no difference between the actual and fixed. If pressed on OK it is still taking float values.

kurasaiteja commented 6 years ago

My commit id is: 01bfeb6

aakarsh7599 commented 6 years ago

Commit ID: c8850fed Returns a pop up saying enter only integer values if a float is entered.

divija123 commented 6 years ago

I only fixed negative numbers but not for floating numbers valid fix @aakarsh7599

varshareddykumbham commented 6 years ago

Valid fix @aakarsh7599

ananyaarun commented 6 years ago

@aakarsh7599 , Your fix is correct just make the same change for 2D array simulation also.

aakarsh7599 commented 6 years ago

@ananyaarun Issue fixed. Commit ID: 3448db54418579f908683d54f181e547c6d2a292

ananyaarun commented 6 years ago

Fix is validated and can be moved to production, aakarsh7599, S4.