Scanner scan = new Scanner(System.in);
System.out.println("Enter three positive integers seperated by spaces, then press enter: ");
int a = scan.nextInt();
int b = scan.nextInt();
int c = scan.nextInt();
如何讓這個當用戶輸入數字就說明了在同一條線上的問題並沒有下文了嗎?的Java格式
使用'System.out.print',而不是'System.out.println' –
你真幸運! [喬恩斯基特(http://stackoverflow.com/users/22656/jon-skeet)編輯您的帖子。 – ashiquzzaman33