Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a program to check if a binary number is composed of only 0s or only 1s.

Run the code to see the output here...