Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with this Java programming assignment. u/courses/28662/assignments/394584 mmunity @ Course Home Dashboard Consu Mllogin Login , Citizenship and im Dashboard MI Bri >

I need help with this Java programming assignment.

image text in transcribed

image text in transcribed

u/courses/28662/assignments/394584 mmunity @ Course Home Dashboard Consu Mllogin 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 name, age, weight, and height. double, height: double) +BMI(name: String, weight: double, Creates a BMI object with the specified name, weight, height, and a default age 20. height: double) Returns the BMI +getBMIO: double +getStatus0: String Returns the BMI status (e.g., normal, overweight, etc.) BMI Formula 12% svsu.edu/courses/28662/assignments/394584 in-Community. @ Course Home O Dashboard Consu. MILogin Login Citizenship and im. Dashboard Mi Bri Spectrum.net e +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 Weight Status Underweight BMI Below 18.5 18.5-24.9 Normal 25.0- 29.9 Overweight 30.0 and Above Obese

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions