0

Solve python problem

Tracking your BMI is a useful way to check if you maintain a healthy weight. It is calculated using the weight and height of a person using the formula: weight/height ² The resulting number indicates one of the following categories: Underweight = less than 18.5 Normal = 18.5 - 24.9 Overweight = 25 - 29.9 Obsity = 30 and greater Let's make finding your BMI fast and easy by writing a program that takes a person's weight and height as input and outputs the appropriate BMI category. https://code.sololearn.com/cj0tlzHt20VS/?ref=app

24th Jul 2021, 7:51 PM
Vyacheslav Simdyanov
Vyacheslav Simdyanov - avatar
1 Réponse
+ 7
Vyacheslav Simdyanov , Since your post doesn't contain a question, it might seem like you're asking the community to write the code for you. please: - can you ask a specific question? - can you show us your attempt you have done so far ? => please put your code in playground and link it here thanks!
24th Jul 2021, 8:11 PM
Lothar
Lothar - avatar