반응형
1. 기본 입력
https://limkydev.tistory.com/170
[Java] 자바 표준 입출력 (nextInt, nextLine 등) 주의사항
1. 입출력 함수 사용시 주의사항 1 - 타입 별로 입력을 받는 방법 1) int를 입력 받을 때는 nextInt 메서드를 이용한다. public class StandardIO { public static void main(String[] args) throws IOException { //int를 입력 받...
limkydev.tistory.com
반응형
'java' 카테고리의 다른 글
[Java] 인터페이스(interface) (0) | 2022.01.16 |
---|---|
[IntelliJ] springboot initializr 가 없을 때 (0) | 2022.01.12 |
댓글