Suppose the owner of tuck shop gave you a file that contains the list of items, the number of items sold, and the price of each item in a week. You are requested to write a program that will calculate the total and average price of all the items sold. The program will then output the name of an item, weekly total price of each item, and the average price of all items. Furthermore, the program should display the names of all items that have a total price greater than the average price. Your program should have only the following functions: • main function that calls all the functions except the calAverage function • void getItemData that reads data from a file • void calculateTotal that calculates the total amount for each item • void print that displays the name of items, number of items, price per item, and total price • double calcAverage that calculates the average • void calcAvgGreater that calls calcAverage, displays average and items whose total price is greater than average You should use two parallel arrays: a one-dimensional array to store all the names of the items and a two-dimensional array to store number of items sold in a week, and the prices for items as indicated in the table below: Items Number of Items Prices Milk 60 12.50 Cabbage 17 14.25 Cremora 9 24.50 Soap 25 17.50 Rama 55 10.50 Bananas 40 18.75 Pears 45 4.50 Drinks 60 20.00 Oranges 65 18.75 Lotions 30 9.75 Lettuce 21 11.50 Sugar 24 30.08 Lemons 11 18.60 pls in c++

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Suppose the owner of tuck shop gave you a file that contains the list of items, the number of items sold, and the price of each item in a week. You are requested to write a program that will calculate the total and average price of all the items sold. The program will then output the name of an item, weekly total price of each item, and the average price of all items. Furthermore, the program should display the names of all items that have a total price greater than the average price. Your program should have only the following functions: • main function that calls all the functions except the calAverage function • void getItemData that reads data from a file • void calculateTotal that calculates the total amount for each item • void print that displays the name of items, number of items, price per item, and total price • double calcAverage that calculates the average • void calcAvgGreater that calls calcAverage, displays average and items whose total price is greater than average You should use two parallel arrays: a one-dimensional array to store all the names of the items and a two-dimensional array to store number of items sold in a week, and the prices for items as indicated in the table below: Items Number of Items Prices Milk 60 12.50 Cabbage 17 14.25 Cremora 9 24.50 Soap 25 17.50 Rama 55 10.50 Bananas 40 18.75 Pears 45 4.50 Drinks 60 20.00 Oranges 65 18.75 Lotions 30 9.75 Lettuce 21 11.50 Sugar 24 30.08 Lemons 11 18.60

pls in c++

Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY