Search:

Type: Posts; User: help_desk

Search: Search took 0.09 seconds.

  1. Re: Continuously get user's input until an empty string is entered

    When I tried this..the programme still keeps running in the loop for a while..before breaking out of the loop. How can I modify the code in such a way that immediately I enter "" in the input, the...
  2. Re: Continuously get user's input until an empty string is entered

    Hi, even when I do the comparison :



    if(name.equals(" ")) break;


    It still doesn't get out of the loop.
  3. Continuously get user's input until an empty string is entered

    Again, I seem to find myself in a web of simple but difficult to figure out what the problem is. I have the code below that just keeps getting the user's name and displaying it until the user enter's...
Results 1 to 3 of 3