Delta Bits

Complete the function to determine the number of bits required to convert integer A to integer B (where A and B >= 0) The upper limit for A and B is 216, int.MaxValue or similar. For example...