[코딩뱃] [자바] Warmup - 1단계 : endUp 문제
https://codingbat.com/prob/p125268 CodingBat Java Warmup-1 endUp Given a string, return a new string where the last 3 chars are now in upper case. If the string has less than 3 chars, uppercase whatever is there. Note that str.toUpperCase() returns the uppercase version of a string. codingbat.com = 문제 번역 = 문자열이 주어지면 이제 마지막 3개의 문자가 대문자인 새 문자열을 반환합니다. 문자열이 3자 미만인 경우 존재하는 모든 것을 대문자로 지정합니다. +) str.t..
코딩테스트/Coding Bat
2021. 9. 30.