A console-based banking application developed to demonstrate Java Syntax and Object-Oriented Programming (OOP) principles.
- Account Management: Creates a user account with an initial balance.
- Transactions: Secure Deposit and Withdraw functionality with validation logic.
- Balance Check: Real-time balance inquiry.
- Interactive Menu: Loop-based menu system for user operations.
- Language: Java (JDK 8+)
- Core Concepts: Classes, Objects, Methods, Encapsulation.
- Input Handling:
java.util.Scannerfor capturing user input.