Www.diamondnyelviskola.com

The coffee types and associated input numbers are given below: Coffee Type Input number ESPRESSO 0 AMERICANO 1 LATTE 2 CAPPUCCINO 3 MOCHA 4 MACCHIATO 5 You should create a variable of Coffee enum type and set it according to the input number. Then use this variable in a switch statement to output the price of selected coffee type as shown in sample run. The coffee types … ................
................