Emerson interview question

Write a function that takes an array as the only parameter, and returns an array of the same values in reverse order. Any language, must compile.

Interview Answer

Anonymous

7 Feb 2012

I wrote the method in Java. He did check for syntax.