Convert decimal 9 to binary step by step
Answers
Answered by
3
How to convert decimal to binary
Divide the number by 2.
Get the integer quotient for the next iteration.
Get the remainder for the binary digit.
Repeat the steps until the quotient is equal to 0.
Similar questions