Search:

Type: Posts; User: omgar

Search: Search took 0.42 seconds.

  1. Replies
    8
    Views
    4,566

    Re: Writing a very simple "Poker" game in Java

    Ah, okay, it works wonderfully now! Thanks!
  2. Replies
    8
    Views
    4,566

    Re: Writing a very simple "Poker" game in Java

    Can I return a boolean by replacing "return i;" with the following?
    boolean bool = (i != 0);
    return bool;
  3. Replies
    8
    Views
    4,566

    Re: Writing a very simple "Poker" game in Java

    So I convert the int into a boolean, correct?
  4. Replies
    8
    Views
    4,566

    Writing a very simple "Poker" game in Java

    Hello, everyone.
    I'm writing an extremely simple "Poker" type of game but I keep getting an error.
    The code is supposed to do the following things; Prompt the user to enter 7 integers in the range...
Results 1 to 4 of 4