Search:

Type: Posts; User: JavaPF

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: question about my program

    Thats no problem. I just thought this made the program more user friendly.

    If this thread is solved, please mark it as solved:
    ...
  2. [SOLVED] Re: question about my program

    Did you see the if statements I added?

    This fixes a few problems. Compile this code with the if statments commented out:



    import java.util.Scanner;
    import java.util.*;

    public class...
  3. [SOLVED] Re: question about my program

    Hello big_c.

    I have edited the code to show a range of 10 either side of the guess.



    import java.util.Scanner;
    import java.util.*;

    public class NumberGame
Results 1 to 3 of 3