Topic: Bit Manipulation Problem / Level: advanced

Problem: Create a function that determines if a binary number is a "narcissistic" number based on its bits.

Run the code to see the output here...