[solved]-Write Modular Program Use Functions Possible Small Store Program Shall Print Greetings Lik Q39015678
Please solve this problem with the C++ program.
Write a modular program (Use functions where possible) for a small store. Your program shall print the greetings like “Welcome to ABC store”. Your program shall let the cashier input the item and it’s dollar price. Your program shall allow cashier to input-1 to terminate the input anytime. Your program should print a report with following elements: • Price of each item purchased • Total number of items purchased • Grand total of all the purchases • Most expensive purchase • Least expensive purchase • Average cost of items purchased Show transcribed image text Write a modular program (Use functions where possible) for a small store. Your program shall print the greetings like “Welcome to ABC store”. Your program shall let the cashier input the item and it’s dollar price. Your program shall allow cashier to input-1 to terminate the input anytime. Your program should print a report with following elements: • Price of each item purchased • Total number of items purchased • Grand total of all the purchases • Most expensive purchase • Least expensive purchase • Average cost of items purchased
Expert Answer
Answer to Write a modular program (Use functions where possible) for a small store. Your program shall print the greetings like �… . . .
OR

