You are given a task to write a computer program for a Coffee Shop. Following is the table containing the list of product that you sell. Please be informed that all sales must include Sales Tax of 5%. For example if the customer orders one coffee with ice and creamer the total price is
Your program must get the order from the customer and calculate the Total Price of his/her order. Customer can order multiple products at one time and your program must calculate the Total Price for all his/her order.
Product
Base Price
Add Ice
Add Creamer
Ice Blended (ice is included)
coffee
$1.50
+$0.30
+$0.50
+$1.20
tea
$1.20
+$0.20
+$0.30
+$1.00
For all sales, there is a sales tax of 5%
For this project you have to do the following two tasks.
1. Draw Flowchart diagram (40 marks)
2. Write a console program using C++ programming language. (60 marks)
The answer to the question is available in the PDF file https://assignmentexpert.com/https://assignmentexpert.com/homework-answers/programming-answer-37669.pdf
Comments
Leave a comment