This is not a question.
Write a program to convert a 2-digit BCD number into hexadecimal
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
224 = E0
NA
A45C: Decimal = 42076 Octal = 122134
BB895C: Octal = 56704534 Decimal = 12290396
221122: Binary = 1000100001000100100010 Octal = 10410442 Decimal = 2232610
BA = 11*16 + 10 = 176 + 10 = 186
Whether or not you can do that depends on the size of the number. If the number in question is greater than [decimal] 66535, then you cannot.
Write a program to convert a 2-digit BCD number into hexadecimal
10011101: Decimal = 157 Hexadecimal = 9D