Search:

Type: Posts; User: Hawks

Search: Search took 0.23 seconds.

  1. Thread: Beginner Help

    by Hawks
    Replies
    5
    Views
    1,334

    Re: Beginner Help

    This is in my command window as of right now.


    //Create a Scanner for Input
    Scanner input = new Scanner(System.in);

    //Pick aRandomNumber between 0 and 2
    int computerNumber =...
  2. Thread: Beginner Help

    by Hawks
    Replies
    5
    Views
    1,334

    Re: Beginner Help

    I am having a problem with the command asking me to pick a number (0-2). It always fails. Sorry if this is a bad explanation, I am new to Java.
  3. Thread: Beginner Help

    by Hawks
    Replies
    5
    Views
    1,334

    Beginner Help

    Hey guys this is my first post. I am fairly new to Java and it would be much appreciated if I could get some help.

    I am trying to solve this homework problem.
    Game: scissor, rock, paper) Write a...
Results 1 to 3 of 3