Home

Awesome

go-bmi

Go-BMI is a simple applicatoin that I am building to help me continue my learning and training in Golang.

The idea is to build a user interface for a user to input their height, weight, which will be used to compute their BMI. the result will then display the category that belongs to the user.

BMI Categories:

For Height:

For Weight:

### Formula:
BMI = kg/m2
Kg is a person's weight in kilograms, and m2 is there height in metres squared.