Keima483 / Bank-Data-Structure

An attempt to recreate a bank's data structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

An attempt to recreate a bank's data structure


Languages

Language:Java 99.2%Language:HTML 0.8%