[프로그래머스/Java] Lv.0 rny_string 문제 풀이 1 2 3 4 5 class Solution { public String solution(String rny_string) { return rny_string.replace("m", "rn"); } } Colored by Color Scripter cs [JAVA] 프로그래머스 스쿨/Java Lv.0 2024. 1. 27. 21:05