Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function to count how many numbers can be formed by flipping exactly two bits in a binary number.

Run the code to see the output here...