#include "LinkedStack.h" #define ARRAY_SIZE 10 void invertArray(int array[], int arraySize, Stack &stack) { for(int i=0; i