Skip to content

A simple Java console-based bank system that allows users to manage an account, check balances, receive and transfer money, and practice core Java fundamentals.

Notifications You must be signed in to change notification settings

gbarceloz/java-Bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 

Repository files navigation

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

About

A simple Java console-based bank system that allows users to manage an account, check balances, receive and transfer money, and practice core Java fundamentals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages