Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 657 Bytes

File metadata and controls

20 lines (16 loc) · 657 Bytes

Simple Bank System (Java)

This is a simple bank system simulation developed in Java, created to practice basic programming concepts such as variables, conditionals, loops, and user input.

📌 Features

  • Create a client with name, account type, and initial balance
  • Check current balance
  • Receive money (deposit)
  • Transfer money (withdraw)
  • Exit the system safely

🛠 Technologies Used

  • Java
  • Scanner (java.util.Scanner)

▶ How to Run

  1. Make sure you have Java installed (JDK 17 or higher recommended)
  2. Clone this repository:
    git clone https://github.com/gbarceloz/bank-account-java.git