Computer Science, asked by nitinganvir111, 8 months ago

Convert 55 (10) to
Read as
55 to the
hexadecimal
base lo.​

Answers

Answered by ajayray9430095029
0

Explanation:

Given a decimal number as input, we need to write a program to convert the given decimal number into equivalent hexadecimal number. i.e convert the number with base value 10 to base value 16.

Hexadecimal numbers uses 16 values to represent a number. Numbers from 0-9 are expressed by digits 0-9 and 10-15 are represented by characters from A – F.

Examples:

Input : 116

Output : 74

Input : 10

Output : A

Input: 33

Output: 21

Answered by sangeetabhanwar
0

Answer:

decimal number to hexadecimal number

55 (10) to 55(16)= 37

binary number= 110111

Explanation:

Similar questions