English, asked by Anonymous, 1 month ago

how to convert the number in hexadecimal​

Answers

Answered by atique01230123
4

Answer:

Take decimal number as dividend. Divide this number by 16 (16 is base of hexadecimal so divisor here). Store the remainder in an array (it will be: 0 to 15 because of divisor 16, replace 10, 11, 12, 13, 14, 15 by A, B, C, D, E, F respectively). Repeat the above two steps until the number is greater than zero.

Answered by BrainlyJossh
2

Que. how to convert the number in hexadecimal

Ans :- Take decimal number as dividend. Divide this number by 16 (16 is base of hexadecimal so divisor here). Store the remainder in an array (it will be: 0 to 15 because of divisor 16, replace 10, 11, 12, 13, 14, 15 by A, B, C, D, E, F respectively). Repeat the above two steps until the number is greater than zero.

\bold\red{ Happy \: learning \: ✌. }

Similar questions