Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function to find the number of bits needed to represent a number in binary without using built-in functions.

Run the code to see the output here...