1. 숫자 ↔ 문자열 변환 * 1) 숫자 → 문자열 * Integer.toString(n) * 2) 문자열 → 숫자 * Integer.parseInt(s) 2. String 자르기 * 1) 문자열을 잘라서 배열에 저장* String[] s = str.split(""