Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soneybun/bmicalculator
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.
https://github.com/soneybun/bmicalculator
bmi-calculator indie indiedev intellij intellij-idea java java-21 java21 weight
Last synced: 15 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/soneybun/bmicalculator
- Owner: SoneyBun
- Created: 2025-01-20T03:05:47.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2025-01-20T18:01:02.000Z (16 days ago)
- Last Synced: 2025-01-20T19:19:35.898Z (15 days ago)
- Topics: bmi-calculator, indie, indiedev, intellij, intellij-idea, java, java-21, java21, weight
- Language: Java
- Homepage: https://bit.ly/SunCode
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.