Menu

[solved]-Write Modular Program Use Functions Possible Small Store Program Shall Print Greetings Lik Q39030666

Please use the C++ program

Write a modular program (Use functions where possible) for a small store. Your program shall print the greetings like Welcom

this is answer

Prompts Welcome to ABC store Do you have any item to scan? Enter (Y) to scan or Enter (N): Y Enter any number to begin sca

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 Prompts Welcome to ABC store “Do you have any item to scan? Enter (Y) to scan or Enter (N):” Y “Enter any number to begin scanning your items. Enter -1 to generate the final invoice:” 1 “Please enter the price for Item 1 or -1 to generate the final invoice: “11 Welcome to ABC store Here are details of this purchase ** Item number 1 ‘$11 Item number 2 * $22 Item number 3 ***** $5 Item number: 4***** $6 Your bag contains total of 4 items. Grand Total for this purchase is: $44.00 The least expensive item in your bag is :$5.00 The most expensive item in your bag is : $22.00 Your average item cost for this purchase is $11.00 * Thanks, for visiting the ABC store 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
Prompts Welcome to ABC store “Do you have any item to scan? Enter (Y) to scan or Enter (N):” Y “Enter any number to begin scanning your items. Enter -1 to generate the final invoice:” 1 “Please enter the price for Item 1 or -1 to generate the final invoice: “11 Welcome to ABC store Here are details of this purchase ** Item number 1 ‘$11 Item number 2 * $22 Item number 3 ***** $5 Item number: 4***** $6 Your bag contains total of 4 items. Grand Total for this purchase is: $44.00 The least expensive item in your bag is :$5.00 The most expensive item in your bag is : $22.00 Your average item cost for this purchase is $11.00 * Thanks, for visiting the ABC store

Expert Answer


Answer to Write a modular program (Use functions where possible) for a small store. Your program shall print the greetings like “W… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *