Scanner sc = new Scanner(System.in); // Create a Scanner object String userName = sc.nextLine();//read input string int age = sc.nextInt(); //read input ...
確定! 回上一頁