Topic: Bit Manipulation Problem / Level: intermediate

Problem: Create a function that checks if a binary number has a specific number of leading 0s.

Run the code to see the output here...