HotelInfantesAgres - Bawat tanong, may sagot. Logo

In Computer Science / Junior High School | 2024-09-04

ASSIGNMENT: decimal to hexadecimal 1. 39652. 437853 867932 4. 574 5. 483​

Asked by fjoladeasis8

Answer (1)

You can use the following conversion method for any decimal number:Divide the decimal number by 16.Record the remainder (this will be a digit in the hexadecimal number).Continue dividing the quotient by 16 until you reach 0.The hexadecimal number is the remainders read from bottom to top.

Answered by jumongverano | 2024-09-05