Computer Science, asked by vikasgavali331, 5 hours ago

using switch statement, write a program that displays the following menu for the food items available to take order from the customer​

Answers

Answered by uthsavia5d
1

Answer:

B=burger

F=French fries

P=pizza

S=sandwitches

the program inputs the type of food and quantity .it finally displays the total charge for the order

burger=rs.200

French fries=rs.50

pizza=rs.500

sandwitch=rs.150​

Explanation:

Answered by philipselumali
0

Answer:

!

arrow_forward

Question

Using Switch statement, develop application that displays the following menu for the food items available to take order from the customer:

B= Burger

F= French Fries

P= Pizza

S= Sandwiches

I = Ice-cream

The program inputs the type of food and quantity. It finally displays the total charges for the order according to following criteria:

Burger = Rs. 220

French Fries= Rs. 50

Pizza= Rs. 300

Sandwiches= Rs. 150

Ice-cream = Rs. 90

Similar questions