Search:

Type: Posts; User: PhHein

Search: Search took 0.09 seconds.

  1. Thread: java

    by PhHein
    Replies
    8
    Views
    1,055

    Re: java

    You will have to convert the input from String to a number. If the user enters something else, a NumberFormatException or something similar will occur. Read the API docs for the various parse()...
  2. Thread: java

    by PhHein
    Replies
    8
    Views
    1,055

    Re: java

    The input is not a number.
  3. Thread: java

    by PhHein
    Replies
    8
    Views
    1,055

    Re: java

    System.err.println( "error" );
Results 1 to 3 of 3