Computer Science, asked by uroojahmad08gmailcom, 6 months ago

you are required to create a bill calculator for a fast food restaurant to calculate bill. restaurants offers some food that can be ordered by costumers. costumers can order any number of items. program should add 19% GST to the stated order by the customer if the customer's bill is greater than 1000 rupees, the restaurant will give 5% discount on complete calculated bill. your program must show complete order details along GST calculations discount (if applicable) and final amount. to design /code please must show menu items on the program staertup: 1) Burger (Rs 250). 2) Pizza (Rs 999). 3) Sandwich (Rs 200). 4) Pasta (Rs 500). 5) Paratha roll (Rs 200). program must ask quality for each item and calculate its total price. program will add19% GST to the bill and calculate total bill. program will give 5% discount if total bill is greater than 1000 Rs. show the payment along with all calculation ( prize, GST, discount) in proper format.​

Answers

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