Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages