Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.61 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.61 KB

BMI Calculator

This BMI (Body Mass Index) calculator is a Java application that allows users to calculate their BMI based on their height and weight.

How to Use

  1. Download the Application: You can download the BMI calculator application from the provided link:

    Download BMI Calculator

  2. Running the Application:

    • Windows: Double-click the downloaded .jar file to run the application.
  3. 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.

Project Structure

Contributing

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.