Search:

Type: Posts; User: helloworld922

Search: Search took 0.21 seconds.

  1. Replies
    5
    Views
    4,149

    Re: Reverse Number guessing game

    No, the two forums are run by different groups. However, since we have a common interest (Java programming), there may happen to be people who are members of both forums.
  2. Replies
    5
    Views
    4,149

    Re: Reverse Number guessing game

    You're generating a random number in the range of [prev_low, prev_low+prev_high). To generate one in the correct range, pass the difference between the high and low values to nextInt()
Results 1 to 2 of 2