Create the logic for an application that continuously prompts a user for order information until the user enters "ZZZ" for the customer name or 10 orders have been taken, whichever comes first. Ask the user whether each order will be shipped, and create an Order or a ShippedOrder appropriately. Store each order in an array. When the user is finished entering data, display all the order information taken as well as the total price that was computed for each order.