Yes actually it is. I meant to post that I had figured this out.
Thanks for the help.
Stupid mistake!
User Profile
Collapse
-
It's supposed to print a summary of transactions for each account but it doesn't. I think the status is a problem but I can't follow why it won't store and print the transactionsLeave a comment:
-
ArrayList issue
I need to write a program that handles a bank account and does a number of transactions using an arraylist. However, I'm having trouble getting the arraylist to store all the transactions and then output them. There are 2 classes, Bank and BankAccount. I also have a tester. Any help would be appreciated.
Bank
Code:package bank; import java.util.ArrayList; /** This bank contains a collection
No activity results to display
Show More
Leave a comment: