Topic: Bit Manipulation Problem / Level: beginner

Problem: Find the sum of the number of set bits in the binary representations of the elements of an array.

Run the code to see the output here...