Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function to find the total number of set bits in the binary representations of prime numbers up to n.

Run the code to see the output here...