Search:

Type: Posts; User: iCoder

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    10,104

    Re: user name and password validation

    Create a object for guessing game class
    GuessingGame guess = new GuessingGame();
    guess.methodname();
  2. Replies
    7
    Views
    10,104

    Re: user name and password validation

    length is not a method, use it like a property.
    username.length; not as
    username.length();

    ur method type is void, it means it doesn't RETURN any value.
Results 1 to 2 of 3