we can not convert a hexadecimal numbers to a decimal number
Answers
Answered by
0
Answer:
How to convert from decimal to hex
Divide the number by 16.
Get the integer quotient for the next iteration.
Get the remainder for the hex digit.
Repeat the steps until the quotient is equal to 0.
Answered by
1
we can convert a hexadecimal numbers to a decimal number
Similar questions