Page 1 of 1

This problem must use Sliders in JavaFX: Create a BMI calculator app that allows users to enter their weight and height

Posted: Thu Jul 14, 2022 2:12 pm
by answerhappygod
This problem must use Sliders in JavaFX:
Create a BMI calculator app that allows users to enter theirweight and height and whether they are entering these values inEnglish or metric units, then calculates and displays the user’sbody mass index.
The must also display the table with BMIchart.
The app should also display the following information from theDepartment of Health and Human Services/National Institutes ofHealth so that users can evaluate their BMIs:
BMI=weightInPounds×703heightInInches×heightInInches
Please Answer with all the requirements.