Skip to content

This project is a simple Java application that calculates your Body Mass Index (BMI) and determines your weight class based on your height and weight.

Notifications You must be signed in to change notification settings

SoneyBun/BMICalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BMI Calculator

This project is a simple Java application that calculates your Body Mass Index (BMI) and determines your weight class based on your height and weight.

Features

  • Calculates BMI using the standard formula
  • Categorizes weight class as:
    • Underweight: BMI < 18.5
    • Normal: 18.5 ≤ BMI < 25
    • Overweight: 25 ≤ BMI < 30
    • Obese: BMI ≥ 30
  • Opens a browser link to a unit conversion tool for additional assistance.

How to Use

  1. Run the program: Use your favorite Java IDE or the command line to execute the Main class.
  2. Input your details:
    • Enter your height in inches.
    • Enter your weight in pounds.
  3. Get your results:
    • Your BMI will be displayed.
    • The program will also show your weight class based on the calculated BMI.

About

This project is a simple Java application that calculates your Body Mass Index (BMI) and determines your weight class based on your height and weight.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages