535455565758596061
{ System.out.println(item.getQuantity() + " " + item.getProduct() + " " + item.getSubtotal()); } System.out.println("Checkout"); cart.checkout(); } }