Convert 55 (10) to
Read as
55 to the
hexadecimal
base lo.
Answers
Answered by
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
0
Answer:
decimal number to hexadecimal number
55 (10) to 55(16)= 37
binary number= 110111
Explanation:
Similar questions
Business Studies,
4 months ago
Art,
4 months ago
Science,
8 months ago
CBSE BOARD XII,
8 months ago
Math,
1 year ago
Social Sciences,
1 year ago