This is a simple banking system built using Java. It demonstrates core concepts like classes, objects, methods, and basic control flow.
- Create Account
- Deposit Money
- Withdraw Money
- Check Balance
- Exit
- Java
- Console (Text-based UI)
- Clone the repo or download the file
- Compile:
javac BankApp.java - Run:
java BankApp
Kacham Vishishta