class Solution {
public int solution(String message) {
return message.length() * 2;
}
}
'Coding Test > 프로그래머스' 카테고리의 다른 글
[프로그래머스/자바] 모의고사 (0) | 2023.04.26 |
---|---|
[프로그래머스/자바] 체육복 (0) | 2023.04.25 |
[프로그래머스/자바] 배열 두 배 만들기 (0) | 2023.04.17 |
[프로그래머스/자바] 아이스 아메리카노 (0) | 2023.04.14 |
[프로그래머스/자바] 특정 문자 제거하기 (0) | 2023.04.12 |