ASSESSMENT DESCRIPTION :

This assignment is an extension of The South Pacific Hotel (snowfall) program. You will be given the snowfall data (4 sites, 5 years) in a file and some code to read it from file. You will then need to store the data in a 2D array, then get the next years data as input (year 6) and be able to calculate averages (as before), in addition you will need to be able to add data for a new site (site 5), add a sort or a search function (e.g. sort by total, by average, search for smallest or biggest) and save data (5 sites, 6 years) to a different file (not snowfall.dat).

Your program must not crash. You have several options to prevent crashes:

a) use try/catch
b) use regex (regular expressions)
c) use both

Design & Test & User Documentation:

Submit a Word document (3 pages) containing the following:

1. Your program design, you can use flowchart, IPO, pseudocode (not code).
2. Your test data and expected results (this means do the maths on paper first) and a test report. You should have at least three test cases
3. A user guide, include any assumptions you make (e.g. max snowfall), any errors/bugs, any suggestions for future improvements

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.