1 Attachment(s)
Rock paper scissors project
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
Attachment 867
Re: Rock paper scissors project
I guess you didn't like the help I already gave you?
This thread has been cross posted here:
http://www.java-forums.org/new-java/51926-rock-paper-scissors.html
Although cross posting is allowed,
for everyone's benefit, please read:
Java Programming Forums Cross Posting Rules
The Problems With Cross Posting