Menu-driven BMI Calculator built in Java using OOP principles. Calculates BMI using height (cm/m) and weight, displays health status, stores BMI history, and handles invalid inputs gracefully.
java beginner-project oop console-application arraylist exception-handling bmi-calculator menu-driven java-mini-project health-indicator
-
Updated
Jan 12, 2026 - Java