PS/SWEA
                      
                  [SW Expert Academy] 2072. 홀수만 더하기 (D1) 자바 풀이
SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com import java.util.Scanner; import java.io.FileInputStream; class Solution { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int arr[] = new int[5]; int n=sc.nextInt(); //입력갯수 for(int i = 1; i