모음사전1 [Java] 프로그래머스 Lv2 - 모음 사전 public class Solution { public int solution(String word) { String[] vowel = {"","A", "E", "I", "O", "U"}; // 제시된 모음들을 //A -> 1 //E -> 2 //I -> 3 //O -> 4 //U -> 5 로 변환 int wordToNumber = 0; List list = Arrays.asList(vowel); for(int i=0; i 11111(AAAAA) index = (index * 10) + 1; answer++; } .. 2024. 11. 3. 이전 1 다음