56704534
BB895C: Octal = 56704534 Decimal = 12290396
Octal: 56704534 Decimal: 12290396
Write a program to convert a 2-digit BCD number into hexadecimal
Writing H after a number means the number is a hexadecimal, or base 16, number.
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
Convert each group of 4 bits into one hexadecimal digit. 1010 is "A" in hexadecimal, so this particular number is "AA".
ABCD1 = 10101011110011010001
C65A = 143132
224 = E0
NA
01
1D.12516