Question
Java Based Programming. Question: In this project, you will be implementing text file base Bank Management Project (BMP). In this project, when your program starts,
In this project, you will be implementing text file base Bank Management Project (BMP). In this project, when your program starts, you will be reading your customer's information, and transaction history from csv files. BMP will have a few objects Bank Account (Account Holder, balance, type of customer, credit limit), Transaction(id, customer_id, transaction_type, transaction_date,transaction_time, transaction_amount).
Your program will have following features:
1- Add/ Remove/Update Customer Information in the system.
2- Deposit/Withdraw Money
4- Request Credit
5- Listing transactions for a given specific customer(with full name)
6- Exit and Save
The program menu design is flexible, but the menu options should be grouped based on semantically and named properly. The program also should store the transaction history for all customers in the same file. So, you should be able to append translations into the log file. When you make any change on the customer information or when you make any transaction, that information needs to be stored into the csv file. When you rerun the program, all updates should be available to the user.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started