[코딩뱃] [자바] Warmup - 1단계 : notString 문제
https://codingbat.com/prob/p191914 CodingBat Java Warmup-1 notString Given a string, return a new string where "not " has been added to the front. However, if the string already begins with "not", return the string unchanged. Note: use .equals() to compare 2 strings. codingbat.com = 문제 번역 = 문자열이 주어지면 "not"이 앞에 추가된 새 문자열을 반환합니다. 그러나 문자열이 이미 "not"으로 시작하는 경우 문자열을 변경하지 않고 반환합니다. 참고: .equals()를 사용하여 ..
코딩테스트/Coding Bat
2021. 9. 18.