Question: Write the inputOrders ( ) method in the Ledger class. Within inputOrders ( ) , use scnr to read each entry number until - 9

Write the inputOrders() method in the Ledger class. Within inputOrders(), use scnr to read each entry number until -999 is read from input. If the entry number is not equal to -999:
Create a new Order object.
Use the Order object's readDetails() method to read the order's food and option from input.
Append the Order object to ArrayList orderList.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!