Search:

Type: Posts; User: joelamos

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,086

    Re: Troube Looping "try/catch"

    What I meant by "repeating" was "never-ending". After it executes the catch lines, shouldn't it go back to "try" and prompt for more input instead of continually repeating the catch lines?
  2. Replies
    4
    Views
    1,086

    Troube Looping "try/catch"

    When I run the below method and intentionally input a letter when a number is expected, I get a never-ending loop that doesn't prompt for more input. Why?


    private static int intInput() //Asks...
Results 1 to 2 of 2