Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function that returns true if a binary number has an even number of 0s.

Run the code to see the output here...