Q:

Write an algorithm, pseudocode and draw a flowchart of finding body mass index (BMI) for men based on international system of unites (SI)

0

Write an algorithm, pseudocode and draw a flowchart of finding body mass index (BMI) for men based on international system of unites (SI).

BMI = weight(kg)/height²(m)

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Begin
declare Number hight
declare Number weight
declare Number BMI
Display "Enter the Hight(m) :"
input height
Display "Enter the weight(Kg) :"
input weight

BMI=weight/(height*height)
End

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now