Description: Write a program to calculate your BMI and give weight status. Body Mass Index (BMI) is an
internationally used measurement to check if you have a healthy weight for your height. The metric BMI
formula accepts weight in kilograms and height in metres, as follows:
BMI = weight(kg)/height2(m2)
To Search:
File list (Check if you may need any files):
BMICalculator.java
BMICalculator.class