Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 521 Bytes

File metadata and controls

27 lines (19 loc) · 521 Bytes

JavaBankApp

Java Console Bank Application

A simple Java console-based banking application that simulates basic operations like deposit, withdraw, check balance, and view last transaction.

💻 Features

  • Check Balance
  • Deposit Amount
  • Withdraw Amount
  • View Last Transaction
  • PIN Authentication

🔧 Technologies Used

  • Java
  • Object-Oriented Programming
  • Console Input/Output

🚀 How to Run

  1. Clone this repo
  2. Compile using javac:
    javac src/bank/*.java
    

3.java bank.MainClass