mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +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