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 324 forks source link

Advanced control flow_ for loop #332

Open bmkgupta opened 5 years ago

bmkgupta commented 5 years ago

given p is an integer,but when i give a non-integer as an input ,it should have thrown an error or it should round off it to the nearest integer, but instead it is giving the fraction as output Screenshot (25)

chinnusai25 commented 5 years ago

Issue fixed for Non integer input. commit id-- # 9d10d7d

DevikaBoddu commented 5 years ago

Valid fix: @chinnusai25