This BMI (Body Mass Index) calculator is a Java application that allows users to calculate their BMI based on their height and weight.
-
Download the Application: You can download the BMI calculator application from the provided link:
-
Running the Application:
- Windows: Double-click the downloaded
.jar
file to run the application.
- Windows: Double-click the downloaded
-
Using the Application:
- Upon launching the application, you will see a simple user interface where you can enter your height (in meters) and weight (in kilograms).
- Click on the "Calculate BMI" button to calculate your BMI.
- Your BMI will be displayed along with a message indicating whether you are underweight, normal weight, overweight, or obese.
- This file contains the code for the user interface of the BMI calculator
- This is the main class that initializes the BMI calculator application
- This file contains the BMI calculation logic.
Contributions to the project are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.