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

Feb 7, 2012

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