Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Thread: recursion code

    by Norm
    Replies
    8
    Views
    2,216

    Re: recursion code

    I was referring to that part of your post.
    Why not keep it all on the forum so everyone can benefit?
  2. Thread: recursion code

    by Norm
    Replies
    8
    Views
    2,216

    Re: recursion code

    If this is a student assignment you should not be doing the OPs work.
  3. Thread: recursion code

    by Norm
    Replies
    8
    Views
    2,216

    Re: recursion code

    The array you are trying to index has no elements in it. The length is zero. The first element at 0 does not exist.
    You need to pass a commandline argument to your program
    the program should test...
Results 1 to 3 of 3