How Can We Chic Weight

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 8

BMI

HOW CAN WE CHIC WEIGHT


BIM=weight / hight(m2)
1.Input and store height(m)
And weight(kg) using appropriately
named variables.
2.Use casting commands to
Convert height and weight
Data into decimal numbers.
3.Calculate and store a BMI value
Using an appropriately named variable.
Output a BMI value.
5.Use a compound conditional
to identify BMI values in the healthy
weight Category.
If BMI}=18.5
Print{underweight}
If BMI}=18.5
And {=

You might also like