Search:

Type: Posts; User: Duaber

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    2,983

    [SOLVED] Re: While try catch loop

    Got it figured out. Used a scanner before the while statement then used another scanner at the end. Continues and ends like it should :)
  2. Replies
    10
    Views
    2,983

    [SOLVED] Re: While try catch loop

    Sorry Norm I mistyped the exception message.

    Jeremy Price
    Assignment 3
    June 23, 2011

    Welcome to the Customer application

    Enter a customer number (or an "X" to quit) -> p1001
  3. Replies
    10
    Views
    2,983

    [SOLVED] Re: While try catch loop

    At the end right before the press any key console exit message? I'm typing x to exit and its trying to find account x (which doesnt exist) first then it exits.
  4. Replies
    10
    Views
    2,983

    [SOLVED] Re: While try catch loop

    I'm no pro with the debugger but I don't get the exception message till the catch statement
  5. Replies
    10
    Views
    2,983

    [SOLVED] While try catch loop

    I'm trying to program a try/catch exception while loop that continues till the user enters x to exit. So far i've gotten it to work but i'm having one issue with the console printing "Account x...
Results 1 to 5 of 5