Given a decimal number N, compute its binary equivalent.
N
Input: N = 7
Output: 111
Input: N = 33
Output: 100001
Input: N = 0
Output: 0