Computer Science, asked by sundareshbhatt007, 9 months ago

convert decimal numbers into binary​

Answers

Answered by Anonymous
6

1.Divide the number by 2.

2.Get the integer quotient for the next iteration.

3.Get the remainder for the binary digit.

4.Repeat the steps until the quotient is equal to 0

Please mark brainliest

Similar questions