Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Week 8 is calculated with the following formula: BMI = weight 7 0 3 ? height ? 2 person is considered to be overweight. Write

Week 8
is calculated with the following formula:
BMI = weight 703? height ?2
person is considered to be overweight.
Write once class with the main method.
underweight: BMI18.5
optimal: BMI 18.5 and BMI25
overweight: BMI>25
NotWeek 8
Write a program that calculates and displays a persons body mass index (BMI). The BMI is often used to determine whether a person is overweight or underweight for his or her height. A persons BMI is calculated with the following formula:
BMI = weight x 703/height2
where weight is measured in pounds and height is measured in inches. The program should display a message indicating whether the person has optimal weight, is underweight, or is overweight. A persons weight is considered to be optimal if his or her BMI is between 18.5 and 25. If the BMI is less than 18.5, the person is considered to be underweight. If the BMI value is greater than 25, the person is considered to be overweight.
Write once class with the main method.
underweight: BMI 18.5
optimal: BMI >=18.5 and BMI =25
overweight: BMI >25
Note*: informaion about the if-else-if statement is in Chapter 4 Section 5.
Please use BlueJ
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 2012 Proceedings Part 2 Lnai 7197

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284892, 978-3642284892

More Books

Students also viewed these Databases questions