I want my program to ask the user if they would like to play another game of rock, paper, scissors. However, I want it to only accept (y for yes or n for no). At this point all I have been able to do is create a infinite loop, or just make the program not compile altogether. I have converted the char to a string, and attempted to use the .equals method but no such look.
I know it's a really simple question, but any suggestion would appreciated
I know it's a really simple question, but any suggestion would appreciated
Comment