Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a function that counts how many times a specific bit appears in the binary representation of all even numbers.

Run the code to see the output here...