Question: Java Using class, write a program that: Body Mass Index (BMI) calculation - write a program that takes users' input (weight and Height) and calculates

 Java Using class, write a program that: Body Mass Index (BMI) Java

Using class, write a program that: Body Mass Index (BMI) calculation - write a program that takes users' input (weight and Height) and calculates the BMI. If the result is less than 18.5 display "you are underweight", if the result is greater than 18.5 display you have a normal weight", if the result is greater than 24,9 display your weight is considered overweight and the result is greater than 30 display your weight is considered as obese" (BMI-703 weight (lbs) / [height (in)]2) o Convert the BMI program to Object Oriented (have two files - main class file and BMI class file)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!