Skip to content

NickIssacs01/git-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BMI calculator

In this project, we are going to write a python program to calculate the BMI.

Measurement:

  1. Weight(kgs)
  2. Height(m)

BMI = Weight/(Height * Height)

We will use the BMI to determine whether the user is Overweight, Normal or Underweight

Results:

If BMI > 24 then the patient is Overweight

If BMI is between 18 and 25, the person is Normal

If BMI < 18 then the patient is Underweight

We have created a branch called editing-branch

About

tutorials for git and github DS projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors