I dont even know where to start with this function...the class and main are defined, have to get the user to input an array and then have the function double and reverse the input array...any ideas would be appreciated, i am really bad at OOP :(
const int MAX_SIZE = 30;
const double SENTINEL = -999;