When comparing strings with you have to use the .equals method in this case it would be
if(choice1.equals("scissors")){}

and etc.
I'm fairly sure that's your problem :P