question archive CSC161 Department Lab Quiz III Version Y Business and Computer Science Department Spring 2021 You have been asked to create a shipping report and Inquiry for MCC delivery
Subject:Computer SciencePrice:8.87 Bought4
CSC161 Department Lab Quiz III Version Y Business and Computer Science Department Spring 2021 You have been asked to create a shipping report and Inquiry for MCC delivery. You will be working with a data file containing; a shipping reference number, the street address, the weight class, the size class, the delivery zone. : Your program must do the following: 1. Read the data from a file 2. Produce a Shipping Report in Reference Number Order 3. Produce a Shipping Report in Destination Order 4. Your reports must appear on the screen as well on be written to a file 4. Provide a query to allow the user to enter the reference number and get the formatted data for the package Your program must compile, if it does not the assignment will not be graded and you will receive a zero Skills I am looking for: Task Proper Output Read from file Proper use of formatting Use of Arrays Use of Methods Sort Search Use of an output file Implement a menu Use of input Validation Use of classes Use of an Array of objects Allow user to select output (Screen,file,both) Your program must be well written using Array of Objects and proper Methods. If you can not complete this using an array of objects then you can use parallel arrays. However you will loose 15 points…. Given The following pieces of sample data: 45678 50 Walker Way 1 4 20 987658 CSC161 Department Lab Quiz III Version Y Business and Computer Science Department 195 Running Circle 2 3 40 Your output should look like this: Shipping Report Version Y – Your Name Reference Destination Weight Number Address Class ======== =============== ====== 45678 98765 50 Walker Way 195 Running Circle Light MIddle Size Class ====== Extra Large Large Delivery Zone ====== Cost ======= South West $ 50.00 $ 70.00 Total $ 140.00 For this program you will use the the following costs and descriptions: Weight Class 1 2 3 4 Description Light Middle Heavy Over Weight Charge 0.00 10.00 20.00 35.00 Size Class 1 2 3 4 Description Small Medium Large Extra Large Charge 0.00 5.00 10.00 20.00 Zone 10 20 30 40 Descriptoin North South East West Charge 25.00 30.00 40.00 50.00 Spring 2021 123456 55 Green Street 1 4 20 098765 11 Red Street 4 3 10 097653 22 Red Street 2 2 30 345677 66 Red Street 4 3 10 098776 99 Red Street 3 1 50 973645 44 Red Street 3 4 20 094345 33 Red Street 2 2 40 1
Purchased 4 times