Computer Science, asked by deya84, 2 months ago


(A8C) from hexa-decimal to decimal.
please explain with equation ​

Answers

Answered by aarunya13
1

How to convert from hex to decimal. A regular decimal number is the sum of the digits multiplied with its power of 10. Hex numbers are read the same way, but each digit counts the power of 16 instead of power of 10. Multiply each digit of the hex number with its corresponding power of 16.

Similar questions