strawberryman
Programmer
I am attempting to make a program in which I need multiple one dimensional arrays. I have succesfully programmed it for the user to input the number of arrays, and it will create that number. Lets say, that is eight arrays. Then, it also places numbers one through eight in the 0-7 spots. Is there an operator that will change to order of the numbers in an array, like moving the first number, to being the last? So my first array is 1,2,3,4,5,6,7,8, then the next one is 2,3,4,5,6,7,8,1 then 3,4,5,6,7,8,1,2;....and so on?