Search:

Type: Posts; User: ManInTheMiddle

Search: Search took 0.28 seconds.

  1. Re: Print a string in reverse using recursion

    Cheers man. Will do.
  2. Re: Print a string in reverse using recursion

    It's doing exactly what the question asks. What would be an alternative print?

    I know the way a substring works, with printing the rest of a string after the index number but how does the letter...
  3. Print a string in reverse using recursion

    Here's my code for printing a string in reverse. It works perfectly.

    I printed out the string normal and not in reverse no problem. I then just switched the else statement around and it worked....
Results 1 to 3 of 3