Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is for Java.. Write a command line tool for a Bank that allows users to Create, Read, Update, and Delete data for customers and

This is for Java.. Write a command line tool for a Bank that allows users to Create, Read, Update, and Delete data for customers and their bank accounts. This program should have the following functionality: Require that a user (Bank Teller) sign-in with a pre-determined Username and Password Allow a user to list all of the current customers for your bank Allow a user to add new customers Allow a user to list all of the bank accounts for each user of the bank Allow a user to add new bank accounts Allow a user to view and update the account balances for every customer (deposit or withdraw an amount of money) Allow a user to close an entire account Allow a user to delete a customer, and all their data Allow a user to sign out of the program Note: Upon sign-in, the system should already have 5 customers in the data structure Each customer should have at least 1 (one) account Each account should have a current balance When the Bank Teller signs out, and signs back in - the account data should return to their pre-set values : Accept input from the user with a Scanner object At least one Array At least one ArrayList At least one HashMap At least one HashSet Access to and use of all of the above data structures and input, should exist in methods At least one class

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

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions