User Profile

Collapse

Profile Sidebar

Collapse
blt51
blt51
Last Activity: Nov 5 '09, 05:38 AM
Joined: Nov 4 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • blt51
    replied to ArrayList issue
    in Java
    Yes actually it is. I meant to post that I had figured this out.

    Thanks for the help.

    Stupid mistake!
    See more | Go to post

    Leave a comment:


  • blt51
    replied to ArrayList issue
    in Java
    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 transactions
    See more | Go to post

    Leave a comment:


  • blt51
    started a topic ArrayList issue
    in Java

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...