Hi All
This program to take input from keyboard and display on console
but when i comment line of code given below i.e. line no.16 in the program
Than the output screen doesn`t get hold it keeps on running why it is so? please explain
Jdinesh Tiwari wrote:but when i comment line of code given below i.e. line no.16 in the program
Than the output screen doesn`t get hold it keeps on running why it is so? please explain
Because that's what you told it to do.
What do you think is going to happen with
while ( s != null ) Is s going to suddenly "become" null just because you displayed it?
Winston
Isn't it funny how there's always time and money enough to do it WRONG?