Someone pls help me solving it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Someone pls help me solving it

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.

17th Jun 2021, 11:06 AM
Piyush Verma
1 Answer
+ 4
the statement is straight forward. send me your attemt so that we could know where you are wrong and guide to correct em.
17th Jun 2021, 11:39 AM
Prashanth Kumar
Prashanth Kumar - avatar