Divide the Decimal number by 16, and times the remainder of the number by 16. Continue until the number result is 0, then put the hexadecimal numbers next to each other.
8 of 10
how do you convert hexadecimal to decimal?
Times the last number in the digit by 16^0, the second by 16^1, and continue on and add all the numbers up
Comments
No comments have yet been made