using switch statement,write a program that displays the following menu for the food items available to take order from the customer:
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
Answers
Answered by
1
Answer:
B= burger
F= French fries
P= pizza
S=sandwich
the program inputs the type food and quantity. it finally displays for the total charge for the order burger= rs.200
french fries=rs.50
pizza=rs.500
sandwitch=rs.150
Similar questions