Whatchu think
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
ABCD1 = 10101011110011010001
C65A = 143132
224 = E0
That depends what you want to "solve" for - in other words, what the question is. For example, whether you want to:* Convert from hexadecimal to decimal* Convert from decimal to hexadecimal* Count in hexadecimal* Add hexadecimal numbers* etc.
4 is 4 in hexadecimal of decimal.
Hexadecimal -> BB895Cdecimal -> 12.290.396octal -> 56.704.534
Write a program to convert a 2-digit BCD number into hexadecimal
Whatchu think
117
Yes, I can.
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
747 = 1E7
7EBC.12
Convert each group of 4 bits into one hexadecimal digit. 1010 is "A" in hexadecimal, so this particular number is "AA".
Okay, I'm pretty sure that 864 binary is 30 hexadecimal. - RG