Developed a console-based banking system in C++ that allows users to create and manage bank accounts, perform transactions (deposit, withdraw, and transfer), apply for loans, and track transaction history. The system includes input validation, account search features, and loan installment calculations using object-oriented programming concepts