6. Using the switch...case structure to design a restaurant biller system where a user can input a choice of dish and the quantity, and the system generates the bill. Choose any 5 items of your choice with relevant codes for the items e.g. B for Burger, S

匿名用户 最后更新于 2021-11-29 17:10 计算机类Computing


6. Using the switch...case structure to design a restaurant biller system where a user can input a choice of dish and the quantity, and the system generates the bill. Choose any 5 items of your choice with relevant codes for the items e.g. B for Burger, S for Sandwich etc. The bill must be calculated using the formula: Bill = Unit price * Quantity + 5% VAT

已邀请: