Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function that returns the number of 1 bits between two positions in a number.

Run the code to see the output here...