https://github.com/dilan032/bank-system
No database. ArrayList is used to store the data.
https://github.com/dilan032/bank-system
java
Last synced: about 2 months ago
JSON representation
No database. ArrayList is used to store the data.
- Host: GitHub
- URL: https://github.com/dilan032/bank-system
- Owner: Dilan032
- Created: 2024-03-29T03:33:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T11:36:16.000Z (about 1 year ago)
- Last Synced: 2024-06-17T13:38:37.379Z (12 months ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!IMPORTANT]
> Requaried
> - Software : NetBeans or Intelli IDEA
> - JDK : 21
> [!NOTE]
> No database.
> ArrayList is used to store the data.
## Functions in this system,
- Create User Account
- Create Bank Account
- Get Account Details
- Deposit
- Deposit History
- Withdrawal
- Withdrawal History
- Get Total Balance Of All Account
- Calculate Tax
- Calculate Interest Rate