A type of method to convert decimal number into its unique equivalent hexadecimal value
Answers
Answered by
1
Answer:
hexString = yourNumber.toString(16);
And reverse the process with:
yourNumber = parseInt(hexString, 16);
Similar questions
History,
2 months ago
Accountancy,
2 months ago
Hindi,
5 months ago
Math,
5 months ago
Business Studies,
11 months ago
History,
11 months ago
Science,
11 months ago