/Bank-Data-Structure

An attempt to recreate a bank's data structure

Primary LanguageJava

Bank-Data-Structure

An attempt to recreate a bank's data structure

I tried to recreate a bank's data structure in the form of a console application with java.

The features include:

● Adding branches to the bank
● Adding customers to a particular branch, with an initial deposit
● Withdraw and credit money to any customer of a branch
● Get all the transactions details of a customer of a branch
● Get the list of customers of a branch (with the option to display there transaction details along with there names )
● Get the financial strength of the bank (which is the total of the bank balance of all the customers of that branch)