Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function that checks whether the ith and jth bits of a number are the same.

Run the code to see the output here...