How would I solve no 28 end of module project under the topic control flow under python for beginners | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

How would I solve no 28 end of module project under the topic control flow under python for beginners

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

24th Jun 2022, 2:20 PM
Wisdom
Wisdom - avatar
4 Answers
+ 7
Your attempt..? * take inputs.. * calculate result by formula.. * display output according to constraints..
24th Jun 2022, 2:22 PM
Jayakrishna 🇮🇳
+ 2
What not you understand..? add specifics.. Just start to code those steps.., you can.
24th Jun 2022, 2:56 PM
Jayakrishna 🇮🇳
0
Dont still understand
24th Jun 2022, 2:47 PM
Wisdom
Wisdom - avatar
0
Pls edit your question with: 1. A link to your code in Code Playground 2. An explanation of your difficulties You said "I don't understand". I say "Neither do I". Pls explain what help you need.
25th Jun 2022, 2:54 AM
Emerson Prado
Emerson Prado - avatar