Arrays.sort(wa.toArray());

       System.out.println(Collections.min(wa));


Arrays에 sort를 이용해 정렬하고, Collections에 min을 이용해 최소값을 뽑음

블로그 이미지

왕왕왕왕

,