Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    2,987

    Re: Loop to deposit money into bank account array

    Good attitude. Good luck in learning more java.
  2. Replies
    9
    Views
    2,987

    Re: Loop to deposit money into bank account array

    Try it and see what happens.
  3. Replies
    9
    Views
    2,987

    Re: Loop to deposit money into bank account array

    There should only be one deposit amount for the current account that is being processed. What if the array had 100s of accounts in it?
  4. Replies
    9
    Views
    2,987

    Re: Loop to deposit money into bank account array

    Everything should be done when looking at the account object inside the loop.
  5. Replies
    9
    Views
    2,987

    Re: Loop to deposit money into bank account array

    begin loop
    get the next account object from the array
    do the processing for that account
    end loop

    The do the processing step needs to be expanded into all the steps needed to process the...
Results 1 to 5 of 5