[프로그래머스/Java] Lv.0 중복된 숫자 개수 1 2 3 4 5 6 7 8 9 10 class Solution { public int solution(int[] array, int n) { int answer = 0; //리턴값으로 쓸 정수 for(int i=0; i [JAVA] 프로그래머스 스쿨/Java Lv.0 2022. 11. 15. 17:06