virtual-labs-archive / problem-solving-iiith

Other
4 stars 435 forks source link

problem-solving_factorials_introduction_problem 1" #360

Open gayatripurigilla opened 6 years ago

gayatripurigilla commented 6 years ago

Defect Description:when an integer is given as input the output must be the number of digits in the factorial of the given number but, in the given problem if 5 is given as the input the output is 2 which is incorrect.the factorial of 5 is 120.steps to reproduce:1.click on problem solving lab.2.click on list of experiments.3.then go to factorials.4.click on introduction.5.go through the problem 1.expected result:as the output is the number of digits in the factorial of the given number, if 5 is given as the input the output should be 3.Screenshot__24_actual result:given that the number of digits in 5 factorial is 2 which is incorrect.label:category:bugtype of issue:content

kurasaiteja commented 6 years ago

My commit id is 27fedda Changed output of 5

aakarsh7599 commented 6 years ago

Valid fix

adityagoda24 commented 6 years ago

valid fix

SanjanaSunil commented 6 years ago

Fix is validated and can be moved to production, @kurasaiteja, S5.