Integer.parseInt(string str) : 문자 ➡ 숫자 Integer.toString(int n) : 숫자 ➡ 문자
Integer.parseInt(string str)
Integer.toString(int n)