Chapter 5, Exercise #6 with Visual Logic.
The Jumpin’ Jive coffee shop charges $2.00 for a cup of coffee and offers the add-ins shown in Table 5-3.
Product Price ($)
Whipped cream 0.89
Cinnamon 0.25
Chocolate sauce 0.59
Amaretto 1.50
Irish whiskey 1.75
Table 5-3
Add-in list for Jumpin’ Jive coffee shop 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” when an invalid item is entered. After all items have been entered, output the total price for the order.