[코딩뱃] [자바] Warmup - 1단계 : front22 문제
https://codingbat.com/prob/p183592 CodingBat Java Warmup-1 front22 Given a string, take the first 2 chars and return the string with the 2 chars added at both the front and back, so "kitten" yields"kikittenki". If the string length is less than 2, use whatever chars are there. codingbat.com = 문제 번역 = 문자열이 주어지면 처음 2개의 문자를 가져옵니다. 앞 뒤 모두에 2개의 문자가 추가된 문자열을 반환하므로, "kitten"은 "kikittenki"를 산출합니다. 문자열 길..
코딩테스트/Coding Bat
2021. 9. 22.