// File: ArrayDebug.cpp // Driver for Array ADT. // Debugging Demo - show how r-value is created #include #include "Array.h" // Change argument to & to see change in debugging int doubleVal(int a) { return(a*2); } void add1(Array a) {for (int i=0;i