Search:

Type: Posts; User: jcloud

Search: Search took 0.13 seconds.

  1. Replies
    7
    Views
    1,176

    [SOLVED] Re: Troubles with My code

    @copeg

    maybe you are right .whatever I will abide by the provisions of this community
  2. Replies
    7
    Views
    1,176

    [SOLVED] Re: Troubles with My code

    public class Rand1 extends JFrame implements ActionListener
    {

    Random rand = new Random();
    private int numberToGuess = rand.nextInt(100);
    private int numTries = 0;
    private int guess;...
Results 1 to 2 of 2