I didn't look at the code in detail at all, but I see this:


//THIS IS THE ERROR I AM GETTING "Cannot instantiate the type BankAccount"

BankAccount acc = new BankAccount(name, amount);

......