Write a complete C++ program that helps a derk at Muscat Post Office, to do the following tasks: Record each mailing package's weight 1- Calculate and store each package's delivery cost 2- 3- Calculate the average weight of all the packages. 4- Calculate the total cost of all packages greater than or equal to the cost of average weight Your program should include the following functions: 1. Function called read is used to read the weight of the packages from a file named "weights.txt" and store them into an array called Packages. It returns the number of package read from input file The total number of packages cannot be more than 100o 2. Function cal_Costs is used to calculate the cost of each package and store it in another array called Cost based on the following rules: . If the weight is less than or equal to 1 KG, the cost is 3 OMR. . If the weight is greater than 1 KG but less than or equal to 3 KG, the cost is 2.5 OMR for each KG. If the weight is greater than 3 KCG, the cost is 1.9 OMR for each KG. This function also outputs the cost of each package and total cost to the output file named "results txt". 3. Function Average is used to find the average weight of all
Write a complete C++ program that helps a derk at Muscat Post Office, to do the following tasks: Record each mailing package's weight 1- Calculate and store each package's delivery cost 2- 3- Calculate the average weight of all the packages. 4- Calculate the total cost of all packages greater than or equal to the cost of average weight Your program should include the following functions: 1. Function called read is used to read the weight of the packages from a file named "weights.txt" and store them into an array called Packages. It returns the number of package read from input file The total number of packages cannot be more than 100o 2. Function cal_Costs is used to calculate the cost of each package and store it in another array called Cost based on the following rules: . If the weight is less than or equal to 1 KG, the cost is 3 OMR. . If the weight is greater than 1 KG but less than or equal to 3 KG, the cost is 2.5 OMR for each KG. If the weight is greater than 3 KCG, the cost is 1.9 OMR for each KG. This function also outputs the cost of each package and total cost to the output file named "results txt". 3. Function Average is used to find the average weight of all
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
we can not use vector
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 6 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education