On Fri, Aug 6, 2010 at 8:35 AM, Contestcen@aol.com wrote:
Except that you have to code every single case separately, 2x6, 3x10, 4x4x4, etc. You need to write a separate routine for every shape of array you want to use.
Or you could use dynamic arrays instead of static ones. Then you can write only one case.