Hi everyone,
I'm writing a Rock, Paper, Scissors program in Java. I am in my first Java class and I am still new at this
So far I have it so that the user enters a number that corresponds with their choice. I am supposed to error check the user input to make sure it is either Rock, Paper or Scissors, and if not, they will be prompted to enter it again. I'm supposed to use a
do/while loop to allow the user to continue playing games until ready to quit, and what's scaring me the most, is I have to use a multi-dimensional array to store the user's choices and the computer's choices for each round, and output the game details for
each round.
Can anyone PLEASE help me? I feel like this is overwhelming and I'm so lost.
Thanks,
Katie
FirstRPSGames1.txt