// performs a linear sort #include using namespace std; void ReverseMe(int myArray[], int size) { int reversedArray[size]; int index = 0; for (int c=1; c