For most assignments of this nature, most go with storing user input into a cstring.. then use a loop to display the contents of the string in reverse order.
Simple. Straight-forward.
I think he means something like this :
Enter 10 numbers : 10 9 8 7 6 5 4 3 2 1
The reverse of those inputs are : 1 2 3 4 5 6 7 8 9 10
Is this right, maverick?