Search:

Type: Posts; User: Ligawulf

Search: Search took 0.10 seconds.

  1. Re: begginer wondering why his guessing game won't work

    god damn it....i was puzzling over that for ages...i though i had checked that....thanks for the response though, my brother had a look and he removed the while loop basically, and did a couplke of...
  2. begginer wondering why his guessing game won't work

    heres the code:



    Scanner sc = new Scanner(System.in);
    Random rand = new Random();
    boolean running = true;
    String yesno;
    String y = "y";
    ...
Results 1 to 2 of 2