Search:

Type: Posts; User: r3dApple

Search: Search took 0.11 seconds.

  1. Re: cannot find symbol error with defining a string

    Cool, yeah I'm trying to learn java and C++ as well, but I'm taking java in school so when I'm having issues programming at home I can't ask a teacher :-/ . I just figured out what the issue was...
  2. Re: cannot find symbol error with defining a string

    writing (String args[]) should also be correct, the program compiled and ran before I edited the method, and I didn't edit the String args[] part. Thanks for the ideas though, I'm learning too and...
  3. cannot find symbol error with defining a string

    So this code is supposed to take an entered string, turn that string backward, then compare the original and backward string to see if they match and return true if they are palindromes. Before...
Results 1 to 3 of 3