Computer Science, asked by shahimarakhatun123, 2 months ago

decimal to binary conversion​

Answers

Answered by Ayumimn
2

Conversion step:

  • 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