I need to design the logic for an application that allows a user to enter ordered add-ins 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. The add-ins: Whipped cream $.86, Cinnamon $.25, Chocolate sause $.59,
Amaretto $1.50, and Irish whiskey $1.75.
And the first post is the algorithm for this but I'm having issues. This is the hardest one I've had to do so far for me and I'm just not getting it.