Search:

Type: Posts; User: Bentino

Search: Search took 0.11 seconds.

  1. Re: Help needed with constructing a while loop please!

    Christopher Lowe, thank you for the help, i will put your advise to good use.

    Thanks once again.
  2. Re: Help needed with constructing a while loop please!

    andreas90
    I have tried to simplify the code as my previous code was a bit much
    this is how it looks:





    import java.util.*;
    public class SimpleGme2 {
  3. Re: Help needed with constructing a while loop please!

    thank you, i have done that



    public class SimpleGame {

    public static void main(String args[])
    {
    int numGuess;
    int userGuess = 0;
  4. Help needed with constructing a while loop please!

    My task is to: Prompt the user for and read in the number of guesses the user wants at the random number.
    2. Generate (but not immediately display) the random number between 1 and 100.
    3. As long...
Results 1 to 4 of 4