public class Solution {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String a = sc.next();
System.out.println(a);
}//System.out.println을 사용해 입력받은 a를 콘솔로 출력하자 ~.~
}
'프로그래머스 문제' 카테고리의 다른 글
덧셈식 출력하기 (0) | 2024.06.06 |
---|---|
특수 문자 출력하기 (0) | 2024.06.06 |
문자열 반복해서 출력하기 (0) | 2024.06.06 |
대소문자 바꿔서 출력하기 (0) | 2024.06.05 |
a와 b 출력하기 (0) | 2024.06.05 |