Skip to content

This is simple console bank application with the following actions: adding new branch, adding customers, adding transactions and showing list of customers for a particular branch. This project demostrates the usage of Autoboxing and Unboxing in java.

Notifications You must be signed in to change notification settings

Akhmadullo-Shokirov/BankApplication_ArrayListChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BankApplication_ArrayListChallenge

Challenge Description

Your job is to create a simple banking application.

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 transactions.

Branch: Need to able to add a new customer and initial transaction amount. Also needs to add additional trasactions 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.

About

This is simple console bank application with the following actions: adding new branch, adding customers, adding transactions and showing list of customers for a particular branch. This project demostrates the usage of Autoboxing and Unboxing in java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages