Search:

Type: Posts; User: tomlisi92

Search: Search took 0.11 seconds.

  1. Replies
    11
    Views
    1,195

    [SOLVED] Re: Im not sure whats wrong with my code

    ahhh yes wow i cant believe i missed that! but its all done now thank you so much for your help
  2. Replies
    11
    Views
    1,195

    [SOLVED] Re: Im not sure whats wrong with my code

    sorry



    Exception in thread "main" java.lang.Error: Unresolved compilation problem:
    The method temp(int) is undefined for the type PalindromeChecker<T>

    at...
  3. Replies
    11
    Views
    1,195

    [SOLVED] Re: Im not sure whats wrong with my code

    i tried using




    else if(temp[j].equals(temp(stacklength-1-j))){



    but its giving me an error for the temp in the .equals
  4. Replies
    11
    Views
    1,195

    [SOLVED] Re: Im not sure whats wrong with my code

    Thank you guys so much! but now im working on fixing my isPalidrome function here is what im at now if anyone wants to look



    public boolean isPalindrome() {
    int stacklength = 0;
    ...
  5. Replies
    11
    Views
    1,195

    [SOLVED] Re: Im not sure whats wrong with my code

    im new to java and you just confused me more haha could you explain differently
  6. Replies
    11
    Views
    1,195

    [SOLVED] Im not sure whats wrong with my code

    PalindromeChecker.java




    /**
    * @author lisit
    *
    * @param <T>
    */
Results 1 to 6 of 6