Hex is coming from 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.
I am confused as to where it comes 'x'from '0x0f'.
And if '0x0f' = '0000 1111'or '15'why just write '0f'.
Pretty sure this is universal for most languages, but if not, I use Java.
Thanks.
source
share