Search:

Type: Posts; User: namenamename

Search: Search took 0.11 seconds.

  1. Re: rock paper scissors program giving wrong results

    the isWin boolean is simply a variable that stores all the possible ways to win the game

    --- Update ---

    nvm I found my problem.
    now how do you delete this thread?
  2. rock paper scissors program giving wrong results

    Here is my code:

    import java.util.*;

    class rps{
    public static void main(String args[]){
    Random number = new Random();
    Scanner input = new Scanner(System.in);

    // player chooses
Results 1 to 2 of 2