Skip to content

A simple Menu Driven Java Program which can be used as a Banking Application. For more Details check the "readme" file.

License

Notifications You must be signed in to change notification settings

SayantanD99/Banking-Application

Repository files navigation

Banking Application

A simple Menu Driven Java Program which can be used as a Banking Application.

The main jobs that it should do are as follows -

 * There should be a Bank class.
 * It should have an arraylist of Branches.
 * Each Branch should have an arraylist of Customers.
 * The Customer class should have an arraylist of Doubles (transactions)
 * Customer:
 * Name, and the ArrayList of doubles.
 * Branch:
 * Need to be able to add a new customer and initial transaction amount.
 * Also needs to add additional transactions for that customer/branch
 * Bank:
 * Add a new branch
 * Add a customer to that branch with initial transaction
 * Add a transaction for an existing customer for that branch
 * Show a list of customers for a particular branch and optionally a list of their transactions
 * Demonstration autoboxing and unboxing in your code
 * Hint: Transactions
 * Add data validation. e.g. check if exists, or does not exist, etc.
 * Think about where you are adding the code to perform certain actions.

Feedbacks are highly appreciated. If you can help me improve the code or do find any bugs, then do let me know.

Thank You !

About

A simple Menu Driven Java Program which can be used as a Banking Application. For more Details check the "readme" file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages