This assignment requires you to expand the design of the program from assignment 2. You are required to create and manage the transactions of multiple accounts. To do this, you must create an array of account class objects. Before any transaction is initiated, you must query the user for an account ID number. Locate the account object which contains this account ID. The transactions must then be applied to this account object. I suggest you create an array of 3 account objects for this assignment. Initialize each object with account IDs 001 through 003. You may choose to create the array of account objects in main() or you may create a container class which contains the array of account objects as its data member. I prefer the latter alternative
You are required to write this program in multiple files. I recommend you create files as follows:
Turn in your assignments into your subdirectories under the /accounts/classes/subraman/ba224/ subdirectory.