Skip to content

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

Notifications You must be signed in to change notification settings

rajeevSaini011/BMI

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages