Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 218 Bytes

File metadata and controls

16 lines (11 loc) · 218 Bytes

BMI Calculator

This simple program calculates the Body Mass Index (BMI) from a user's weight and height.

Input

height = 1.75
weight = 85

Output

Your BMI is 28, you are slightly overweight.