0

Hi guys can you help me with this python exercise

Tracking your BMI is a useful way of checking if you’re maintaining a healthy weight. It’s calculated using a person's weight and height, using this formula: weight / height² The resulting number indicates one of the following categories: Underweight = less than 18.5 Normal = more or equal to 18.5 and less than 25 Overweight = more or equal to 25 and less than 30 Obesity = 30 or more Let’s make finding out your BMI quicker and easier, by creating a program that takes a person's weight and height as input and outputs the corresponding BMI category. Sample Input 85 1.9 Sample Output Normal

8th Apr 2021, 12:52 AM
OUABI ABDESSAMAD
OUABI ABDESSAMAD - avatar
2 odpowiedzi
+ 1
OUABI ABDESSAMAD Please, try to do a search in the Q&A. There have been several questions asking for help with this task. You'll probably quickly find your answer. Also, try to code it 1st yourself and share your code if after searching you can't find a solution to your issue.
8th Apr 2021, 1:11 AM
ChaoticDawg
ChaoticDawg - avatar
0
Can you post what code you have made so far? Then we can suggest improvements.
8th Apr 2021, 1:11 AM
JediMastrBob
JediMastrBob - avatar