How do you get keyboard input?
Okay I'm writing my first game. A tic-tac-toe game, but I have one huge problem. I don't know how to get keyboard input. Obviously System.out.println(); won't help because it outputs information to the monitor. What is the statement that would allow me to write a string or even a char value in a prompt and save it in the programs memory.
|