Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a JAVA program with COMMENTS for every line explaining what the code in that line does please and thank you. Use inches for height

Write a JAVA program with COMMENTS for every line explaining what the code in that line does please and thank you.

Use inches for height BMI calculation and input and pounds for weight BMI calculation and input.

image text in transcribed

Write a java program named BMI.java (1) (11) Ask user to type in his/her weight and height; if an illegal input (such as a letter) is typed by the user, give the user one more chance to input correctly. (111) Create a method to compute the body mass index (BMI) accordingly. BMI=weight/(height*height) * 703 Print out the weight class according to the right table. BMI Weight class below 18.5 underweight 18.5 - 24.9 normal 25.0 -29.9 overweight 30.0 and up obese

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

Probabilistic Databases

Authors: Dan Suciu, Dan Olteanu, Christopher Re, Christoph Koch

1st Edition

3031007514, 978-3031007514

More Books

Students also viewed these Databases questions