i got a problem. The program i have prompts the user for an input selection but it appears on the next line. Is there anyway i can make it to appear along the same line as the prompt?
System.out.println("Unknown menu selection!!");
String any = input.readLine();
continue;
Any help is much appreciated..
cheers


Reply With Quote



Bookmarks