Pergunta de entrevista da empresa Zillow

Write a function that take an integer and return a reversed number. Ex. Reverse(1234), return 4321

Resposta da entrevista

Sigiloso

27 de jan. de 2016

I miss the edge case where you should check for max integer input, basically if input is larger then Max integer, the function should throws NumberFormatException

1