Universiti Sains Malaysia MAT 181 Programming for Scientific Applications Group Assignment 1 (15%) PPSM cafe has three t
Posted: Fri May 20, 2022 11:32 am
Universiti Sains Malaysia MAT 181 Programming for Scientific Applications Group Assignment 1 (15%) PPSM cafe has three types of menu. The prices of the menu items are tabulated in Table 1. Table 1: PPSM cafe menu Types of Menu Menu Code Price (RM) Math Delight Alpha 15.40 Math Delight Beta 20.90 Math Delight Gamma 1 2 3 35.80 Assignment Requirements Construct a C++ program that performs the following: a. Read a menu code and number of orders. b. Calculate the total price. c. Read the amount received from the customer. d. Calculate the balance to be returned to the customer. e. Print a receipt using the following format: Math Cafe Menu Code Type of Menu No. of Order Total (RM) Cash (RM) Balance (RM) :X : XXXXX :X : XXX.XX : XXX.XX : XXX.XX Thank you. Please come again! f. The process will be repeated until the user enters the sentinel value, which is -1. 9. Calculate and display the total number of transactions and total sales collection on that day.