기본형과 참조형 마지막 문제 풀이
public class ProductOrderMain3 { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print("입력할 주문의 개수를 입력하세요: "); int n = scanner.nextInt(); ProductOrder[] orders = new ProductOrder[n]; for (int i = 0; i 이렇게 입력버퍼 비우는 코드를 하나만 사용해되는지 궁금합니다!!