Skip to content

A very simple C project to calculate your body mass index (BMI).

License

Notifications You must be signed in to change notification settings

K-Konstantinidis/BMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

BMI

A very simple C project to calculate your body mass index (BMI).

This is a very simple project. At 1st you insert your height. After that you insert your weight.

And the you will see your BMI followed by a message telling you if you are Underweight, Normal, Overweight, Obese.

Do not take the answer of the program seriously, if you really want to calculate your BMI you should check with a specialist.

In this project, the "genlib.h" & "simpio.h" from roberts libraries have been used.