Reverse the values of an Array

Hi All
I need to write a program that will show the reverse order of an array’s elements.
What will be code for reversing the values of an array?
For example: if array = 5,8,12,19,25
Then program will show the out put as:
25,19,12,8,5
Any help would really be appreciated.
