I am so bad at programming and after this class I am done with it and changing my program! I don't even know where to start! It says demonstrate array of Struct,2 dimensional arrays and sorting routine. A trucking company charges the customers a fixed amount per pound, based on the following table.
Write a program which will read in the above table into a 2 dimensional array. the array will be used to calculate shipping cost. Program will read in the name of the customer, the zone-area code, and the weight of the item shipped. the zone area code consists of 2 digits, the first one indicates the zone and the second indicates the area. Assume there are less than 20 records for one truckload.
Print all customers info and their shipping charges in a report form the end of the report must contain the total of all customers weighte and a total of all shipping chages.
Reproduce the above report in alphabetical order by customer rating.
Reproduce the above report sorted by weight
Produce a report of all the companies in area code number two.
Date should look like this:
3
Chevrolet 23 750
Zapata Co. 53 375
Schlumberger 51 1104
The first line of the data will contain a header record indicating how many customer records are to follow.
1 answer