Hi, I'm some what new to programming, so chances are this was an easy question, but I could find an answer anywhere else. I was looking through code by somebody else, and I noticed that they sometimes put letters in with their ints. For example
private int someInt = 0x2a;
What does the 'x' and the 'a' mean?
