Given:
• You have a
WeatherDayclass that stores weather information for a single day.• You like to store
WeatherDayobjects for a whole year.• The primary task of your program is to create distinct sorted collections of
WeatherDayobjects (sorted by temperature, wind speed, and so on).
How should you store your
WeatherDayobjects—in an
ArrayListor in a standard array? Provide a rationale for your answer.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.