Search:

Type: Posts; User: Hammer67

Search: Search took 0.25 seconds.

  1. Replies
    3
    Views
    1,289

    Re: No idea how to fix it.

    import javax.swing.JOptionPane;

    public class TestGame
    {
    public static void main(String[] args)
    {
    int[] games = {0, 0};
    randomGame(games);
    JOptionPane.showMessageDialog(null, "You played " +...
  2. Replies
    3
    Views
    1,289

    No idea how to fix it.

    I have a game were the computer tries to guess the users number by using <, >, and = to tell the computer if your number is higher(>) lower(<) or if that is your number(=) . Also, it should keep...
Results 1 to 2 of 2