Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a function that finds the longest sequence of 0s in the binary representation of the sum of two numbers.

Run the code to see the output here...