문법/알게된 메소드
문자열, 정수, 문자 변환
코딩 화이팅
2024. 6. 15. 14:56
문자열->정수형
Integer.parseInt()
정수형->문자열
Integer.toString(int)