특수문자 출력하기 Lv. 0

박영준·2023년 6월 13일
0

코딩테스트

목록 보기
249/300
import java.util.Scanner;

public class Solution {
    public static void main(String[] args) {
        
    }
}

해결법

방법 1

public class Solution {
    public static void main(String[] args) {
        System.out.print("!@#$%^&*(\\'\"<>?:;");
    }
}
  • 제시되었던 scanner는 사용하지 않았던 문제

특수문자 출력하기 Lv. 0

profile
개발자로 거듭나기!

0개의 댓글