my dog learned polymorphism
The moose likes Beginning Java and the fly likes Scanner debugging help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Scanner debugging help" Watch "Scanner debugging help" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Scanner debugging help
 
Similar Threads
how to compare if object exists in arraylist and add if doesn't
Help with Value Returning Methods
coin flip assignment help
Library System
Do not know how to code some cases and exit the loop with "Enter"