| Author |
Scanner debugging help
|
Haani Naz
Greenhorn
Joined: May 30, 2010
Posts: 23
|
|
Hi there,
I have the following piece of code which fails at the point it needs to accept input and i can't seem to figure out why.
The issue is at line 115.
Here is the output:
As you can see instead accepting input it skips it.
can somebody please tell me why?
thanks in advance!
|
 |
Anniruddh Rana
Greenhorn
Joined: Nov 30, 2011
Posts: 17
|
|
Change that to
and give it a try.
i.e. use System.out.print there instead of System.out.println
|
 |
 |
|
|
subject: Scanner debugging help
|
|
|