this program written with Java downloads weather information from the Dark Sky API and allows your users to find out the following information: Display all the cities from the warmest city to the coolest city. (displays temperature as well as the name of the city and state) Display all the cities where it is currently raining. Also, display the total number of cities where it is currently raining. Display all the cities sorted based on the UV Index (from lowest to highest) In each run of the program, the user is able to select from the three tasks above.