Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/withaarzoo/bank-management-system
In this project, we will learn how to create a mini-application for a banking system in Java. In this program, we will add some basic functionalities of a bank account like a deposit of amount, withdrawal of amount, etc.
https://github.com/withaarzoo/bank-management-system
java
Last synced: about 12 hours ago
JSON representation
In this project, we will learn how to create a mini-application for a banking system in Java. In this program, we will add some basic functionalities of a bank account like a deposit of amount, withdrawal of amount, etc.
- Host: GitHub
- URL: https://github.com/withaarzoo/bank-management-system
- Owner: withaarzoo
- Created: 2022-07-09T05:05:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T05:10:20.000Z (over 2 years ago)
- Last Synced: 2023-12-30T18:51:51.099Z (11 months ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Short Description
In this project, we will learn how to create a mini-application for a banking system in Java. In this program, we will add some basic functionalities of a bank account like a deposit of amount, withdrawal of amount, etc.Initially, the program accepts the number of customers we need to add and adds the customer and account details accordingly. Further, it displays the series of menus to operate over the accounts.
The series of menus displayed are as follows:
Display all account details
* Search by account number
* Deposit the amount
* Withdraw the amount
* Exit