정보처리기사 2020년 4회 63번
From IT Wiki
Revision as of 01:00, 22 October 2022 by Maintenance script (talk | contribs) (Imported from text file)
과목: 프로그래밍 언어 활용
문제[edit | edit source]
63. Java에서 사용되는 출력 함수가 아닌 것은?
- ① System.out.print( )
- ② System.out.println( )
- ③ System.out.printing( )
- ④ System.out.printf( )
풀어보기[edit | edit source]
정답[edit | edit source]
- 3번