Computer Science, asked by khalo8324, 10 months ago

You are required to make a bill calculator application for a fast food restaurant. The restaurant offers some foods, that can be ordered by customers. Customer can order any number of items. You should design a program to calculate bill accordingly. Program should add 19% GST to the stated order by your customer. If the customer’s bill is greater than 1000 rupees, the restaurant will give 5% discount on complete calculated bill. You program must show the complete order details along with GST calculations, Discount (if applicable) and final amount. To design/code, please follow the stated steps: 1. Your program must show menu items on the program startup: a) Pizza (Rs 999) b) Burger (Rs 250) c) Sandwich (Rs 150) d) Paratha Roll (200) 2. Program must ask quantity for each item and calculate its total price. 3. Program will add 19% GST to the bill and Calculate total Bill. 4. Program will offer/give 5% discount if total bill is greater than 1000 Rs. 5. Show the payment along with all calculation (price, GST, discount) in proper format You are required to make a bill calculator application for a fast food restaurant. The restaurant offers some foods, that can be ordered by customers. Customer can order any number of items. You should design a program to calculate bill accordingly. Program should add 19% GST to the stated order by your customer. If the customer’s bill is greater than 1000 rupees, the restaurant will give 5% discount on complete calculated bill. You program must show the complete order details along with GST calculations, Discount (if applicable) and final amount. To design/code, please follow the stated steps: 1. Your program must show menu items on the program startup: a) Pizza (Rs 999) b) Burger (Rs 250) c) Sandwich (Rs 150) d) Paratha Roll (200) 2. Program must ask quantity for each item and calculate its total price. 3. Program will add 19% GST to the bill and Calculate total Bill. 4. Program will offer/give 5% discount if total bill is greater than 1000 Rs. 5. Show the payment along with all calculation (price, GST, discount) in proper format

Answers

Answered by reshma1199
0

Answer:

sorry i cant Answer because i dont have time

Answered by nidhi1234551
1

Explanation:

You program must show the complete order details along with GST calculations, Discount (if applicable) and final amount.

To design/code, please follow the stated steps:

1. Your program must show menuitemson the program startup:

a)Pizza (Rs 999)

b)Burger (Rs 250)

c)Sandwich (Rs 150)

d)Paratha Roll (200)

2. Program must ask quantity for each item and calculate its total price

.3. Program will add 19% GSTto the bill and Calculate total Bill.

4. Program will offer/give 5% discount if total bill is greater than 1000Rs.

Please provide the code using procedural programming using c++

5. Show the payment along with all calculation (price, GST, discount) in proper format

please mark as brainliest answer

please yar

Similar questions