Scanner Scan = new Scanner(System.in); // import java.util.Scanner; (필수)
int age = scan.nextInt();// 정수를 받음 System.out.println(""); // 결과 값 화면 출력