Question: 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.

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
Get step-by-step solutions from verified subject matter experts
