This is a simple bank system simulation developed in Java, created to practice basic programming concepts such as variables, conditionals, loops, and user input.
- Create a client with name, account type, and initial balance
- Check current balance
- Receive money (deposit)
- Transfer money (withdraw)
- Exit the system safely
- Java
- Scanner (
java.util.Scanner)
- Make sure you have Java installed (JDK 17 or higher recommended)
- Clone this repository:
git clone https://github.com/gbarceloz/bank-account-java.git