Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function that checks if the sum of the digits in the binary representation of a number is odd or even.

Run the code to see the output here...