Results:
A BMI (Body Mass Index) Calculator is a tool used to calculate a person's BMI based on their weight and height. BMI is commonly used to assess whether a person has a healthy body weight for a given height.
Formula for BMI:
BMI=Weight (kg)Height (m)2\text{BMI} = \frac{\text{Weight (kg)}}{\text{Height (m)}^2}BMI=Height (m)2Weight (kg)
Where:
- Weight is in kilograms (kg).
- Height is in meters (m).
The BMI value is then categorized into different ranges to interpret whether the person is underweight, normal weight, overweight, or obese.
BMI Categories:
- Underweight: BMI < 18.5
- Normal weight: 18.5 ≤ BMI < 24.9
- Overweight: 25 ≤ BMI < 29.9
- Obese: BMI ≥ 30