[NOTE: must implement javaFX using netbean with BMI.java, BMIController.java and BMI.xml. i tried one solution before too but gave too many errors. is it possible to post the output too?]
Body Mass Index Calculator App) The formulas for calculating the BMI are
BMI =(weightInPounds × 703) /(heightInInches × heightInInches) or
BMI=( weightInKilograms)/(heightInMeters × heightInMeters)
Create a BMI calculator app that allows users to enter their weight and height and whether they are entering these values in English or metric units, then calculates and displays the user's body mass index.
The app should also display the following information from the Department of Health and Human Services/National Institutes of Health so that users can evaluate their BMIs:
BMI VALUES
Underweight: less than 18.5
Normal: between 18.5 and 24.9
Overweight: between 25 and 29.9
Obese: 30 or greater