American Airlines Interview Question

Find a method to reverse an integer

Interview Answer

Anonymous

Feb 10, 2022

Just did the mathematical solution, I image you can also probably get away with giving the type casting solution going from int -> string -> reversed string -> int