Thread: URGENT - while loop, nested while

  1. #1
    Registered User
    Join Date
    Nov 2009
    Posts
    1

    Exclamation URGENT - while loop, nested while

    Hey, I'm a C++ beginner and I need help with the attached file... I know the format of the program, but I'm not sure how to do the 'while' loop in it. I think it includes a nested if...? Please explain Thanks

  2. #2
    Registered User
    Join Date
    Nov 2009
    Posts
    4
    this board is not for others to do your homework assignments

    the program requires the <iostream>, data validation, an accumulator, an if statement for whether its withdrawal or deposit, and an if statement for the more transactions method

    next time have some coding done to show that you are trying to do it on your own

  3. #3
    Registered User
    Join Date
    Sep 2009
    Posts
    68
    Basically here is the general structure of your program

    An outer while loop to allow clients to continue to be processed.

    Then you need to the get info that will be enter only once

    Then you need to start a loop that continues until they are done so they can enter withdrawl / deposit

    after that loop you need to print out the info asked for then finally ask them if there is another client to be processed.

    Give it a shot and post your code

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. need help with a loop
    By Darkw1sh in forum C Programming
    Replies: 19
    Last Post: 09-13-2009, 09:46 PM
  2. funny-looking while loop
    By Aisthesis in forum C++ Programming
    Replies: 3
    Last Post: 08-30-2009, 11:54 PM
  3. nested loop, simple but i'm missing it
    By big_brother in forum C Programming
    Replies: 19
    Last Post: 10-23-2006, 10:21 PM
  4. Nested for loop...search & display a list within a list
    By chadsxe in forum C++ Programming
    Replies: 13
    Last Post: 07-20-2005, 01:34 PM
  5. output from nested while loop
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 08-22-2002, 09:30 AM