The Billy Goat Fast-Food restaurant sells the following products:
Product Price
Cheeseburger 2.49
Pepsi 1.00
Chips 0.59
Design the logic for an application allows a user to enter an order item continuously until a sentinel value is entered. After each item, display its price or the message "Sorry, we do not carry that" as output. After all items have been entered, display the total price for the order.
I need psuedocode or flow chart. I am using Programming Logic and Design Introductory by Joyce Farrell. The chapter is on arrays."