Where's the Bank class code? Or is that supplied by your instructor?
I don't like how it's designed. What you need is to create a Customer
within the TestBanking class, then add the customer to the Bank
instance's list of customers. Adding a customer and then immediatley
retrieving them as a positional value within a customers array is
silly and inefficient.