if i enter "y" when prompted to play again, i get the "good bye" message. what is happening?


public static void main(String args[])
{
Scanner in = new Scanner(System.in);
...