JAVA

표준 입출력

CodePoetry 2014. 10. 14. 10:07
표준 입력
  • Scanner in = new Scanner(System.in);
  • System.out.println(in.nextInt()); // 입력 받은 값 출력