in reply to Re: Printing combinations, code review request
in thread Printing combinations, code review request

And, is the array sequential numbers from 1 .. 10, or 15 .. 25, or non-sequential like 1,2,5,7,8, or text elements like names?
  • Comment on Re: Re: Printing combinations, code review request

Replies are listed 'Best First'.
Re: Re: Re: Printing combinations, code review request
by SparkeyG (Curate) on Apr 28, 2003 at 00:32 UTC
    The results were going to end up in an array and the input array needs only be an array of n ellements. I choose 1..5 as an example set.