This is a simple console-based Bank Management System written in Java. It allows users to log in using a default password, manage personal bank account details, and perform core banking operations such as:
๐ Secure user login with PIN-based authentication
๐ฆ Deposit and withdraw money
๐ View account status and details
๐ Check PAN card eligibility
๐ฐ Apply for loans with conditions and interest calculation
โ๏ธ Modify account holder name
The system is designed for learning purposes and provides basic functionality in a single-user or multi-user environment. All operations are handled using Java's object-oriented principles, arrays, and console I/O.