문자열 포맷 출력 printf() System.out.printf(format, arguments)의 형식으로 작성. %n: 줄 바꿈(개행) %s: string 형식 출력 %d: integer 형식 출력 %f: float 형식 출력 %t: date, time 형식 출