Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a function to find the total number of bits in the binary representation of the difference between two numbers.

Run the code to see the output here...