[코딩뱃] [자바] Warmup - 1단계 : front3 문제
https://codingbat.com/prob/p136351 CodingBat Java Warmup-1 front3 Given a string, we'll say that the front is the first 3 chars of the string. If the string length is less than 3, the front is whatever is there. Return a new string which is 3 copies of the front. codingbat.com = 문제 번역 = 문자열이 주어지면 주어진 문자열의 처음 3글자를 가져옵니다. 그 후, 3글자를 3번 반복한 문자열을 반환합니다. 만약, 문자열 길이가 3보다 작을 때는, 그 작은 문자열을 3번 반복합니다. = 문제..
코딩테스트/Coding Bat
2021. 9. 19.