Search:

Type: Posts; User: ekrocks

Search: Search took 0.09 seconds.

  1. Re: What exactly is the purpose of a Scanner class?

    so is it scanner basically

    BufferedReader stdin = new BufferedReader (new InputStreamReader (System.in));
    String firstPlayer, secondPlayer;
    is it same as BufferedReader?
  2. What exactly is the purpose of a Scanner class?

    I was reading Java Software Solutions-7th edition and found about the scanner class, however their description doesn't really help me understand the purpose of the Scanner class. So, where is Scanner...
  3. Replies
    10
    Views
    1,094

    [SOLVED] Re: Infinite Looping problem

    ok, thanks a lot for helping me. I kinda get what I need to do now thanks to you :)
  4. Replies
    10
    Views
    1,094

    [SOLVED] Re: Infinite Looping problem

    Ok, so last question :) is there a command for end loop? or is is just use of squiggly brackets?
  5. Replies
    10
    Views
    1,094

    [SOLVED] Re: Infinite Looping problem

    I am really sorry for being really hard to deal with, but I quite don't understand what you mean. I am really confused to whether once the guess is wrong, can it go back to the "guessing" line again...
  6. Replies
    10
    Views
    1,094

    [SOLVED] Re: Infinite Looping problem

    but if I use "if" it doesn't ask back for another guess even though its wrong.
  7. Replies
    10
    Views
    1,094

    [SOLVED] Infinite Looping problem

    Its a basic program that is played by 2 people. Player one is suppose to type a number and the second player is suppose to guess the number. However after I test it out, and if I guess too low or too...
Results 1 to 7 of 7