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. Console ...
A Java-based Bank Management System that demonstrates a clean and modular Object-Oriented design. The project focuses on applying core OOP principles and building a scalable console-based application.