1. Write a function that reverse element of an array so that the last element become the first, the second from the last becomes the second, and so forth. Then write a test your function. Test it twice, one with an even number of elements in the array and one with and odd number of element in the array.