Question
Write this program in Java 2.33 ( Body Mass Index Calculator ) We introduced the body mass index (BMI) calculator in Exercise 1.10. The formulas
Write this program in Java
2.33 (Body Mass Index Calculator) We introduced the body mass index (BMI) calculator in Exercise 1.10. The formulas for calculating BMI are:
BMI = weightInPounds x 703 heightInInches x heightInInches
Create a BMI calculator that reads the users weight in pounds and height in inches (or, if you prefer, the users weight in kilograms and height in meters), then calculates and displays the users body mass index. Also, display the following information from the Department of Health and Human Services/National Institutes of Health so the user can evaluate his/her BMI.
Note: Should implements exception handling.
Output:
How many pounds you weight? 200
What is your height in inches? 68
Your BMI is 30.4 (Obese).
2.33 (Body Mass Index Calculator) We introduced the body mass index (BMI) calculator itn Exercise 1.10. The formulas for calculating BMI are: BMIweightinPounds x 703 heightInInches x heightInInches Create a BMI calculator that reads the user's weight in pounds and height in inches (or, if you prefer, the user's weight in kilograms and height in meters), then calculates and displays the user's body mass index. Also, display the following information from the Department of Health and Human Services National Institutes of Health so the user can evaluate his her . Note: Should implements exception handling. Output: How many pounds you weight? 200 What is your height in inches? 69 Your BMI is 30.4 (Obese)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started