Write an application bmicalc that reads the users weight in


Question: Write an application (BMICalc) that reads the user's weight in poinds and height in inches, then calculates the Body Mass Index.

BMI Formula:

BMI =   ( weight in pounds x 703)  divided by (height in inches squared)

Your application should output the user's BMI and the following information:

BMI Standards:

Underweight:  less than 18.5

Normal:            between 18.5 and 24.9

Overweight:    between 25 and 29.9

Obese:             30 or greater

Make this program using java programming. Make this application in simple way.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write an application bmicalc that reads the users weight in
Reference No:- TGS0947798

Expected delivery within 24 Hours