반응형
package java_algorithm;
import java.util.Scanner;
public class ex100_12 {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner scan = new Scanner(System.in);
String word = scan.nextLine();
System.out.println(word);
}
}
반응형
'Projects > 자바 100제' 카테고리의 다른 글
자바 100제 11번 scanner nextline 응용 (0) | 2022.01.30 |
---|---|
자바 100제 10번 scanner nextInt 응용 (0) | 2022.01.30 |
자바 100제 9번 scanner nextdouble (0) | 2022.01.30 |
자바 100제 8번 scanner nextLine (0) | 2022.01.30 |
자바 100제 7번 문제 스캐너 (0) | 2022.01.30 |