Today, I want to talk about a problem which, according to leetcode.com, is a fairly common interview question. This problem is known as Reverse Integer on leetcode, let’s take a look. The Problem As pictured above, the problem would like for us to write a function that takes in an integer, and…