Closed
Bug 1362667
Opened 8 years ago
Closed 8 years ago
bmi calculation app bug
Categories
(Invalid Bugs :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: acqualobo02593, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170413192749
Steps to reproduce:
Enter height and weight in the fields provided
Click on calculate BMI
Actual results:
Height and weight can be entered as whole numbers only
BMI calculated shows values with two decimal places as (somevalue.00)
The BMI category shown is underweight for BMI upto 19
Expected results:
Height and weight fields should take in decimal values as well
The computed BMI should thus be a float value
Category for BMI groups should be as follows: Underweight - BMI < 18.5
Normal - BMI 18.5 - 24.9
overweight - BMI 25 - 29.9
obese - BMI > 30
Updated•8 years ago
|
Group: core-security
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Product: Core → Invalid Bugs
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•