This is a simple bank account management system implemented in Java. The program allows users to create accounts, deposit money, withdraw money, and check their balance.
- Create a new bank account.
- Deposit money into an existing bank account.
- Withdraw money from an existing bank account.
- Check the balance of an existing bank account.
- Java Development Kit (JDK) installed on your machine.
- Clone the repository:
git clone https://github.com/kalutu/bank-account-management-system.git
- Navigate to the project directory:
cd bank-account-management-system
- Compile the Java file:
javac BankAccountManagementSystem.java
- Run the program:
java BankAccountManagementSystem
- Follow the on-screen instructions to perform various operations on the bank accounts.
- Choose options from the provided menu to create accounts, deposit money, withdraw money, or check balances.
- Enter the required information as prompted by the program.
- The program will provide appropriate messages and notifications based on the selected options.
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
This project is created by Kalutu Daniel.