I have a question regarding building a bunch of arrays off of a single array.
Suppose I have myarr = [2,4,6]. I want to build an array of arrays that con
myarr = [2,4,6]