CS3398-Fire-Starters / CS3398-Fire-S2017

1 stars 1 forks source link

Implement BMI calculator page (java inputs etc) #54

Open StevenB13 opened 7 years ago

StevenB13 commented 7 years ago

Unit Tests: -Weight = -50, height= 72 -Weight = 250, height= -72 -Weight = 350, height= 72 -Weight = 0, height= 0 When given tests 1,2,4 it should ask the user for new inputs.

tqblocker95 commented 7 years ago

screenshot_1491016016 screenshot_1491016071 screenshot_1491016084 screenshot_1491016098

The BMI calculator page successfully calculates and displays the user's BMI and BMI label (underweight, normal, overweight, obese) based on the user's input for height and weight.