TikTok interview question

Given an integer, reverse it.

Interview Answer

Anonymous

Oct 7, 2024

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