Search:

Type: Posts; User: movsesinator

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Handling Errors / calling Error-Catching Methods

    It's ok, i actually just figured it out. Thanks a lot for the quick response! helped a great deal!
  2. [SOLVED] Re: Handling Errors / calling Error-Catching Methods

    This works for the the gist of the getNumber method but the next problem i come across is that the program, when re-prompting for the number, does not continue after the user reenters a correct...
  3. [SOLVED] Handling Errors / calling Error-Catching Methods

    I have the following code, with code to catch various errors from user input.



    import java.util.Collections;
    import java.util.ArrayList;
    import java.util.Scanner;
    import...
Results 1 to 3 of 3