Integer.parseInt()
https://school.programmers.co.kr/learn/courses/30/lessons/12925
class Solution {
public int solution(String s) {
answer = Integer.parseInt(s);
}
}
=> '- ' 부호도 Integer.parseInt() 로 변경 되는지 몰랐다!
'코딩테스트 > programming_JAVA' 카테고리의 다른 글
[Java] 프로그래머스_181921 : 배열 만들기 2 (0) | 2023.09.04 |
---|---|
[Java] 프로그래머스_120840 : 구슬을 나누는 경우의 수 (0) | 2023.08.31 |
[Java] 프로그래머스_120913 : 두 수의 합 (0) | 2023.08.24 |
[Java] 프로그래머스_120843 : 공 던지기 (0) | 2023.08.22 |
[Java] 프로그래머스_181881 : 조건에 맞게 수열 변환하기 2 (0) | 2023.08.16 |