I need to compute the hamming distance between two integers by counting the number of differing bits between their binary representations.
This is the function that I