Question: write a java program that calculates the BMI. The guidelines are below. I need help with writing this program. Thank you! edu/courses/28662/assignments/394584 ommunity. @ Course
write a java program that calculates the BMI. The guidelines are below.


I need help with writing this program. Thank you!
edu/courses/28662/assignments/394584 ommunity. @ Course Home Dashboard Consu. MILogin-Login Citizenship and im. Dashboard. MI Bri Spectrum net The get methods for these data fields are provided in the class, but omitted in the UML diagram for brevity. BMI -name: String -age: int -weight: double -height: double The name of the person The age of the person. The weight of the person in pounds. The height of the person in inches. +BMI(name: String, age: int, weight: Creates a BMI object with the specified double, height: double) name, age, weight, and height. +BMI(name: String, weight: double, Creates a BMI object with the specified height: double) name, weight, height, and a default age 20. Returns the BMI +getBMIO: double +getStatus(0: String Returns the BMI status (e.g., normal, overweight, etc.) BMI Formula su.edu/courses/28662/assignments/394584 @ Course Home O Dashboard Consu MiLogin Login Citizenship and im. Dashboard-Mi Bri Spectrum net e Community. +getBMIO: double +getStatus0: String Returns the BMI status (e.g., normal, overweight, etc.) BMI Formula BMI-703" (Weight in lbs) / (Height in inches)2 BMI status table BMI Below 18.5 Underweight 18.5 - 24.9 Normal 25.0-29.9 Overweight 30.0 and Above Obese Weight Status
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
