Question: IN JAVA Prompt the user to enter a height in feet and inches (two integers). Prompt the user to enter a low weight in pounds
IN JAVA
Prompt the user to enter a height in feet and inches (two integers).
Prompt the user to enter a low weight in pounds (an integer).
Prompt the user to enter a high weight in pounds (an integer).
Print a table of Body Mass Index (BMI) for the height entered:
a) Weights range from the low weight to the high weight, at increments of 5 pounds.
b) Each row of the table lists the value of WEIGHT (an integer), followed by spaces, then the value of BMI to four decimal places (a float), followed by spaces, then the CONDITION whether overweight (BMI > 25), or not overweight (BMI < 25)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
