A Java-based console application that simulates basic banking operations.
- Create new bank accounts
- Deposit and withdraw money
- Check account balance
- Menu-driven console interface
- Input validation using Regular Expressions (Regex)
- Java
- Object-Oriented Programming (OOP)
- Java Collections (ArrayList)
- Arrays
- Regular Expressions (Regex)
This project was built to practice Java fundamentals, object-oriented programming concepts, and basic data handling using collections.