Getting a java program to read user input from a keyboard
807600Nov 10 2007 — edited Nov 10 2007I'm very new to java and struggling to write a game which asks the user "Would you like to play (y/n) :". The user must then enter y or n. My problem is with getting the program to read the user input. can anyone help?