Write a program to convert decimal number (<256) to binary. Use +-*/% operations only. Loops are not permitted
Example input:
50
Example output:
110010