Check if Binary Numbers are Anagrams

# Introduction In this lab, the task is to write a program that determines whether two given numbers are binary anagrams, meaning they have the same count of `1's` in their binary representations.

|60 : 00

Click the virtual machine below to start practicing