2. For this problem, I want us to practice creating an array of object. We must first have a class to add to our array and for this problem, we are going to use what we already have, BankAccount. a. Open the BankAccount class, you can use the basic one. b. Create a BankAccountArrayTester class. c. Create an array of type BankAccount that holds 10 BankAccount object. You create this by
OR
OR