Search:

Type: Posts; User: helloworld922

Search: Search took 0.11 seconds.

  1. Re: nextInt - can not find InputMismatchException

    Here's the Javadoc for InputMistmatchException

    Pretty much the first line tells you which package this class is in. This is right above the class name and inheritance hierarchy. You need to import...
  2. Re: nextInt - can not find InputMismatchException

    To have the forum highlight/color your code, specify a language. For example:


    //your code goes here

    This looks like:

    //your code goes here
Results 1 to 2 of 2