Computer Science, asked by mb800317, 2 months ago

how to convert binary to decimal? ​

Answers

Answered by Sravanthinalli
3

Answer:

How to convert decimal to binary

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.

Answered by anitakarmakar60
1

Answer:

I hope this is helpful for you.

Attachments:
Similar questions