0x1 = 1
0x2 - 2
0x3 = 3
.
.
.
0x8 = 8
It makes sense to use the base this is most appropriate to the problem. In this case, I see no reason to use hex notation.
0x1 = 1
0x2 - 2
0x3 = 3
.
.
.
0x8 = 8
It makes sense to use the base this is most appropriate to the problem. In this case, I see no reason to use hex notation.