Search:

Type: Posts; User: deejeridoozy

Search: Search took 0.06 seconds.

  1. Re: I can't get my last method to work! What am I doing wrong?

    OMG, thank you for pointing that out! I fixed it all and it compiles fine, but the winner portion of the game doesn't seem to execute :/
  2. Can't seem to get my last method "winner" to work.

    import java.util.Random;
    import java.util.Scanner;

    public class wtf
    {
    public static void main (String[] args)
    {

    Random rand = new Random();
    System.out.println ("How about a...
  3. I can't get my last method to work! What am I doing wrong?

    import java.util.Random;
    import java.util.Scanner;

    public class RockPaperScissors
    {
    public static void main (String[] args)
    {

    Random rand = new Random();
    System.out.println ("How...
Results 1 to 3 of 3