Search:

Type: Posts; User: LooneyTunerIan

Search: Search took 0.08 seconds.

  1. Re: Guessing Game Demo, wanting to add a doAgain Loop, but I don't know how to.

    Can you show me by using my code for an example?
  2. Re: Guessing Game Demo, wanting to add a doAgain Loop, but I don't know how to.

    import java.util.Random;
    import java.util.Scanner;

    /*
    * To change this license header, choose License Headers in Project Properties.
    * To change this template file, choose Tools | Templates
    ...
  3. Re: Guessing Game Demo, wanting to add a doAgain Loop, but I don't know how to.

    Can you show me by using my code for an example?

    I need to be sure so as I don't get all mixed up.

    You can use my code to help you. :)
  4. Re: Guessing Game Demo, wanting to add a doAgain Loop, but I don't know how to.

    No, not like that.

    I meant for the program to loop again after you win.

    Like this:

    YOU WIN!
    The number was: #
    It took you this many tries to get it right:
  5. Guessing Game Demo, wanting to add a doAgain Loop, but I don't know how to.

    Ok, here's what I got.




    import java.util.Random;
    import java.util.Scanner;

    /*
    * To change this license header, choose License Headers in Project Properties.
Results 1 to 5 of 5