eclipse - Java - Scanner Class Cursor not moving to last printed line -
eclipse - Java - Scanner Class Cursor not moving to last printed line -
mainly visual , user-friendliness issue, still prepare it. code here user prompt , waiting entered string:
system.out.print("enter word or phrase: "); phrase = input.nextline(); the functionality works fine , whenever start typing, , cursor moves after ":" symbol, i'm confused why cursor doesn't automatically move there every time loop repeats.
java eclipse input printing cursor
Comments
Post a Comment