TikTok interview question

Given an integer, reverse it.

Interview Answer

Anonymous

7 Oct 2024

I reversed it by turning it into a string and then iterating through it backwards and adding it ot a new string.