printf() 와 지시자

boramae96·2021년 3월 28일
0

java

목록 보기
7/9

println()의 단점: 출력형식 지정불가

System.out.printf("%d", 15); //10진수 ->decimal
System.out.printf("%o", 15); //8진수 ->octal
System.out.printf("%x", 15); //16진수 ->hexa

profile
보라매 개발자

0개의 댓글