Java program ComputeAndInterpretBMI.java, to let the user enter weight, feet, and inches and calculate and interpret the user BMI whether underweight, normal, overweight or obese.

Liang Introduction to Java Programming exercise 3.6 solution
Sample run

Click here to see other solutions to Introduction to Java Programming.

Write A Comment