오늘한일내일배움캠프 2주차 복습 및 3주차 학습클래스 설계 및 객체 생성HyperSkill 문풀 for-loop /While and do-while loops방송대 알고리즘 과제 힘들었던 문제import java.util.Scanner;class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); // start coding here int num = scanner.nextInt(); //num input int arr[] = new int[num]; // 바구니 크기(num만큼) int answer=0..