This project is a Body Mass Index (BMI) calculator developed in Java, using Swing for the graphical user interface. The calculator supports both Metric and US units, allowing users to perform BMI calculations conveniently and accurately.
status:development.
⚠️
- BMI Calculation: Computes BMI based on user-provided weight and height.
- Support for Metric and US Units:.
- Metric Units:Weight in kilograms (kg) and height in meters (m).
- Graphical User Interface:User-friendly and intuitive interface developed with Java Swing.
- Result Display: :Shows the calculated BMI and the corresponding classification (underweight, healthy, overweight, obesity).
- Java