Search:

Type: Posts; User: Izaks1981

Search: Search took 0.25 seconds.

  1. Re: Please help with the switch statement for rock paper scissor game using JOptionPane.

    //gram plays the popular rock-paper-scissor game

    import javax.swing.JOptionPane; // Need JOptionPane class
    import java.util.Random; // Need Random class
    public class...
  2. Re: Please help with the switch statement for rock paper scissor game using JOptionPane.

    // Edwin Lyaruu
    // Programming Exercise 3.17
    // February 25,2013
    // This program plays the popular rock-paper-scissor game

    import javax.swing.JOptionPane; // Need JOptionPane class
    import...
  3. Re: Please help with the switch statement for rock paper scissor game using JOptionPane.

    I have never done formating before could please explain to me how to do it and i will post my whole code in a minute thanks alot.

    --- Update ---

    I am currently using textpad
  4. Re: Please help with the switch statement for rock paper scissor game using JOptionPane.

    C:\Users\lyared.METROSTATE\Desktop\RockPaperScissorGameJOptionPane.java:31: error: variable inputNumber might not have been initialized
    number = Integer.parseInt(inputNumber);
    ...
  5. Please help with the switch statement for rock paper scissor game using JOptionPane.

    Please help me out I am the biginner in java.I I suppose to write a program that plays the popular rock-paper game.The program should randomly generate the random number 0,1 or 2 representing the...
Results 1 to 5 of 5