mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-19 09:50:03 +08:00
Comment revisions
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package Conversions;
|
||||
|
||||
//hex = [0 - 9] -> [A - F]
|
||||
class DecimalToHexaDecimal {
|
||||
private static final int sizeOfIntInHalfBytes = 8;
|
||||
private static final int numberOfBitsInAHalfByte = 4;
|
||||
|
Reference in New Issue
Block a user