BMI CALCULATOR FORMULA
int totalIn = ft * 12 + in;
double totalCm = totalIn *2.53;
double totalM = totalCm /100;
double bmi = wt /(totalM*totalM);
BMI or Body Mass Index is a measure of body fat based on height and weight that helps determine if someone is underweight at a healthy weight overweightor obese It is calculated by dividing weight in kilograms by height in meters squared. In this Project Language Used Core Java and Android.