Fall 1990 CSCI 201: Introduction to Algorithm Design 201-9 Problem 6 Due December 3 [35 points] First, define a Pascal record to hold dates. Second, define a Pascal record with four fields: (1), for a vacation destination; (2), for the name of the person taking the vacation; (3), for a beginning date of the vacation; and (4), for an ending date. Then, write a program to read in a list of up to 10 vacations as lines of the following format: Dean Tahiti 10/20/90 10/25/91 Assume the list of vacations ends with a blank line. Then print out the list of vacations sorted by persons.