Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function to check if a binary number has a single contiguous block of 0s surrounded by 1s.

Run the code to see the output here...