Question: Create a driver that will create an ArrayList of Accounts from the file have a method to create the ArrayList have a method to

Create a driver that will create an ArrayList of Accounts from the file have a method to create the ArrayList have a method to display all items in the ArrayList have a method to search the ArrayList for a name. (Use substrings so you don't have to put the whole name). have a method to search for accounts over a balance of 1000. a method that will display a short menu of options (Accounts with balances, Checking Accounts and balances, Savings Accounts and balances), the user will enter which type of Account they would like to see, or all accounts Header record s = savings account c = checking account name is the name of the account balance is the balance of the account
Step by Step Solution
3.36 Rating (140 Votes )
There are 3 Steps involved in it
Below is the implementation of the driver class with the specified functionalities import javaioFile import javaioFileNotFoundException import javauti... View full answer
Get step-by-step solutions from verified subject matter experts
