sanghoon Reply 9 years 8 weeks ago
int i = input.nextInt(); System.out.printf("%ox",i); 이건왜 100넣으면 144x가나와요?
withcs1 Reply 9 years 8 weeks ago
1* 64 + 4*8 + 4 = 100 10진수 -> 8진수변환