Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java Based Programming Java Based Programming. Question In this project, you will be implementing text file base Bank Management Project (BMP). In this project, when

Java Based Programming
image text in transcribed
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, 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intranet And Web Databases For Dummies

Authors: Paul Litwin

1st Edition

0764502212, 9780764502217

More Books

Students also viewed these Databases questions