Convert decimal to binary and count maximum number of 0's leaving trailing 0s
Answers
Answered by
0
Hey, Decimal-------Binary
1 ---- 1
2 ----- 10
3 ------ 11
4 ---------- 100
5 ----------101
6 -----------110
7 ---------111
8----------1000
9------ 1001
10----------1010
I don't know how much u need and I even haven't understood your question but hope it would help
THANX
1 ---- 1
2 ----- 10
3 ------ 11
4 ---------- 100
5 ----------101
6 -----------110
7 ---------111
8----------1000
9------ 1001
10----------1010
I don't know how much u need and I even haven't understood your question but hope it would help
THANX
Similar questions