Search:

Type: Posts; User: omerben

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Unreachable Statement in simple recursion code

    I accidently typed ; at the of first if statement, that was the problem.
    Thanks !
  2. [SOLVED] Unreachable Statement in simple recursion code

    i'm practicing recursion problems,
    That's the question :

    Given a string, compute recursively (no loops) the number of lowercase 'x' chars in the string.


    countX("xxhixx") → 4...
Results 1 to 2 of 2