in reply to Printing combinations, code review request

How is the result needed? Is it to be stored in and array for future use or just printed?
  • Comment on Re: Printing combinations, code review request

Replies are listed 'Best First'.
Re: Re: Printing combinations, code review request
by terrencebrown (Acolyte) on Apr 27, 2003 at 19:37 UTC
    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?
      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.