OH, true I did not remember... Int is only for numbers. What is the variable for the hexadecimal words?? I know that types of variables : int, short, long, char, float, doble, bool.
I think is char, right?
If you want the user to enter a number, have a variable to store than number. If you want to store a string, have a different variable for storing that string.