Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.07 seconds.

  1. Re: Trouble with the use of isDigit and isLetter

    I suppose you could do it that way. It seems a lot easier to detect one digit than it is to compare the number of letters to the length. But go with whatever fits into your head the best.
  2. Re: Trouble with the use of isDigit and isLetter

    What have you tried? Where are you stuck? What part of my suggestion did you not understand that requires an example?

    But here's a skeleton that should get you started:

    public boolean...
  3. Re: Trouble with the use of isDigit and isLetter

    Write a function that takes a String as a parameter and returns whether it contains any digits. Call that function by passing each String into it and taking the appropriate action.
Results 1 to 3 of 3