Fork and clone this repo BMI is Body Mass Index, and we usually use it to measure if our weight is within the normal range, or not.
- go to index.js file and use the variables to calculate the BMI, the equation for BMI is (weight (kg) / height^2(m)), dont forget to convert cm to m
- show the results in an alert
- using the result you calculated in challenge 1 and check the BMI state
- Below 18.5 Underweight
- 18.5 – 24.9 Healthy Weight
- 25.0 – 29.9 Overweight
- 30.0 and Above Obesity
- show the BMI state in an alert