Write a Java method called displayCitiesWithAboveAveragePopulation that takes three parameters: an array of integers called population, an array of strings called cities, and a double called average. The method should display all cities that have a population above the average.