Hey, another question. How do you flip a section of a one-dimensional array? For example, you have array[5] = {1,2,3,4,5}, and I want to flip the last 3 numbers, to produce array[5] = {1,2,5,4,3}.
Any help would be much appreciated!
					Any help would be much appreciated!
Comment