// File: ArrayDebug.cpp // Driver for Array ADT. // Debugging Demo #include #include "Array.h" // Change argument to & to see change in debugging void doubleList(Array a) {for (int i=0;i