Hexadecimal goes from 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.
I am confused as to where the 'x' in '0x0f' comes from.
And if '0x0f' = '0000 1111' or '15' why not just write '0f'.
Pretty sure this is universal across most languages, but if not, I'm using Java.
Thank you.