Search:

Type: Posts; User: Junky

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    897

    Re: Need help with a recursion..

    Return a String or change the return type in the method signature.
  2. Replies
    3
    Views
    897

    Re: Need help with a recursion..

    The issue is that the return type of the method is String but you are attempting to return a boolean. This is the same thing:


    String result = true; // error incompatible types
Results 1 to 2 of 2