A simple Java console-based banking application that simulates basic operations like deposit, withdraw, check balance, and view last transaction.
- Check Balance
- Deposit Amount
- Withdraw Amount
- View Last Transaction
- PIN Authentication
- Java
- Object-Oriented Programming
- Console Input/Output
- Clone this repo
- Compile using
javac:javac src/bank/*.java
3.java bank.MainClass