Using higher-order operators, write a reporter procedure that takes a list of strings as input and reports the list of strings that do not start with a vowel or end with a consonant. 36. In chapter 2, we looked at the Heroes and Cowards model and mentioned that it was related to Dewdney ' s Party Planner game. In Dewdney ' s game, some people go to a party. Each person has a preferred distance that they ' d like to be apart from every other party guest (that distance is zero for him/herself). Create a model that sets up a party with n guests with distance preferences. Each guest ' s unhappiness at the party can be calculated as the absolute value of the differences between its actual distance from a guest and the desired distance. Find an algorithm that minimizes the total unhappiness at the party.