Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

44 lines (22 loc) · 1.05 KB

BMI Application

the bmi graph

What is it ?

The BMI app is a calculator for body mass index

BMI stand for => body mass index : a value derived from the mass (weight) and height of a person. The BMI is defined as the body mass divided by the square of the body height, and is expressed in units of kg/m2, resulting from mass in kilograms and height in metres. to learn more check


the Algorithm behind

it's simple , we take the weight and the height then we applie the function bellow

BMI = weight / (heigh²)

the aim of this app

  • show the result of a bmi in clear font
  • add graph for normal and abnormal values
  • add clear input boxes
  • aesthetics

How it works ?

you just need to put your informaiton and then clic on "Calculate the BMI"

put your info

after clicking on the button

a new window will pop up showing you your bmi

the result