Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Thread: Input Validation

    by copeg
    Replies
    4
    Views
    5,872

    Re: Input Validation

    I didn't post code because of the several different ways to do it, the latter two are a bit complex. So here's the first possible way in pseudo-code




    public void someFunction(){
    String...
  2. Thread: Input Validation

    by copeg
    Replies
    4
    Views
    5,872

    Re: Input Validation

    Several ways to do this depending upon the behavior you want. First you can just validate the user input before using Integer.parseInt (see...
Results 1 to 2 of 2