Write the definition of a function, isReverse , whose first two parameters are arrays of integers of equal size, and whose third parameter is an integer indicating the size of each array.
The function returns true if and only if one array is the reverse of the other.