| ||||||||||
Question: How would we go about making the Checkout class? I'm not really sure where to start. |
Question: Am I required to have checkout class? |
Question: I'm lost at making the checkout class... does it have to extend anything? Is it written in a similar form of "Corn" class? |
Question: How come in the processCheckout method within the Model.java class, they treat checkoutREMOVEDe as a priority queue instead of a linked list? How should we go about altering this method to add more queues? |