I'm making a menu, it has 3 choices, the last is x which is cancel.
I don't understand how I can get the computer to understand x as an x since I have
int choice = keyboard.nextInt();
and I know that it won't except anything of type 'char'.
The menu looks something like this:
1. Choice A
2. Choice B
x. Cancel