Can code be written that specifies how many For statements will be nested as a variable x increases?
If x=3, we would nest three For statements with indices: istart, iend; jstart, jend, and kstart, kend.
If x=10, there would be 10 such terms all with different start and stop indices.