Bmi calculator | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 1

Bmi calculator

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

29th Nov 2021, 7:28 PM
Tinsae Melkamu
2 Respostas