Description
Assume you have a swap routine in place for doubles. Write a routine calls swap that reverses the entries in an array of doubles. Use this function declaration.
void reverse( double a, int size);
Carry out your reversal in place, do not make a local copy of the array.
Input
Given a double array