Objectives:
1. Read a data file using file I/O operations
2. Store the data in Java collection data structure(s)
3. Perform various searches on the data based on specific search criteria
4. Write the result data to another data file using file I/O operations
5. Write a short summary on your findings in climate change across the globe.
Description:
You are a weather scientist working for NOAA (National Oceanic and Atmospheric
Administration; https://www.noaa.gov). You are given a data file, “world_temp_2000-
2016.csv”, that contains data from the Climate Change Knowledge Portal
(https://climateknowledgeportal.worldbank.org) with temperature readings of various months
and years for all countries. With this data, you will:
1. Write a program that asks a user to enter any required input information.
2. The program will run the climate analyzer tasks and store the results in a data file.
3. Write a short conclusion on which country has been experiencing the most drastic climate
change. Support your argument with your data analysis results.
It don’t allow me to upload the csv file, I will send through email or other way


0 comments