Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: New guy having problems with for loops, methods and charAt

    You need to try some debugging to see where the problems are. I use the println() statement to print out the values of variables as they are changed and the values returned by each method that is...
  2. Re: New guy having problems with for loops, methods and charAt

    Oops. One too many (s inside println()
  3. Re: New guy having problems with for loops, methods and charAt

    I think one of your problems is with the regex you are using, not the if statements or charAt() method.

    For testing the specific methods, write a small program that has the input hard coded and...
Results 1 to 3 of 3