Please can anyone help me to make a simple simple Java code to force the game scissor,paper,rock to work ?
for example i know how to do it in Visual Basic but not in java,for example this is kind of what i want
Rock beats Scissor
Paper beats rock
Scissor beats paper
msgbox 'Enter your choce'
If txta.text = "Rock" then
lbldisplay.caption = "I choose paper,so i beat you"
elseif
txta.text = "Paper" then
lbldisplay.caption = "I choose rock,so you win"
etc etc etc thats all i want i just dont know how Java works pretty well yet,than you so much to all of u who at least watched the topic.