Write an algorithm (flowchart) for a java program
that input height and weight, calculate the BMI and output the Healthy Status.
For example, if a person is 60 KG and 1.69 Meters, Here is a sample run:
Enter weight in KG: 60
Enter height in Meter: 1.69
BMI is 21
Normal Weight
BMi
Formula and Health Status are given below:
No comments:
Post a Comment