Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 302 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 302 Bytes

BMI CALCULATOR

In this project, I am going to write a python program to calculate the BMI.

Measurements:

1.Weight(kgs)

2.Height(m)

BMI = Weight/(Height * Height)

Use the BMI to determine whether the user is overweight, normal or underwheight

exit vim :esc :x

new branch called editing-branch