Bank Management System Project
The bank management system is an application for maintain a person’s account in a bank. This project try to cover the basic functionality of this system such as creating or closing an account, consult or edit the details of an account, deposit and withdraw operations, balance inquiry.
Features:
Create a bank account
The user can create an account by:
Providing the name of the account holder. Each account is identify by an account number.
Selecting account type (Saving account or Current account)
Providing an initial amount more than or equal to 200TND for current account and more than or equal 500TND for saving
Support for deposit and withdraw operations and maintaining a minimum The user can also deposit and withdraw money just by providing his account and entering the amount. A pre-determined minimum balance (ex : -1000TND for all the accounts) should be maintained.
3. Search and display the information account
For certain purpose, the user can also display the account information by entering the account number.
4. Update an account
The user can modify their account detail and type.
5. Close an account
The user will remove the account from the banking system
6. List all the accounts
The user can also view all the account holder’s list
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of