Write a short program that displays a list of coffees, like below: The Kicking Coffee Café $3.50 L- Latte E- Espresso $4.15 R-Regular 1- Iced $1.00 $2.75 The program will then ask the user to enter...


Write a short program that displays a list of coffees, like below:<br>The Kicking Coffee Café<br>$3.50<br>L- Latte<br>E- Espresso $4.15<br>R-Regular<br>1- Iced<br>$1.00<br>$2.75<br>The program will then ask the user to enter their preference (L for latte, etc.).<br>Use a switch statement to evaluate the users' choice and display a price for the coffee that<br>includes a 5% sales tax rate.<br>If none of the menu choices are selected (for example, the user enters a S), an appropriate<br>error message should be displayed and no price calculated.<br>

Extracted text: Write a short program that displays a list of coffees, like below: The Kicking Coffee Café $3.50 L- Latte E- Espresso $4.15 R-Regular 1- Iced $1.00 $2.75 The program will then ask the user to enter their preference (L for latte, etc.). Use a switch statement to evaluate the users' choice and display a price for the coffee that includes a 5% sales tax rate. If none of the menu choices are selected (for example, the user enters a S), an appropriate error message should be displayed and no price calculated.

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here