Topic: Bit Manipulation Problem / Level: intermediate

Problem: Create a function that counts how many bits are set in the binary representation of a number.

Run the code to see the output here...