Declare an array of 10 Dogs\footnote{If you are bored you can make some type besides dogs, e.g. professors. Must have at least four data values of various types.}. Make up data in a data file and read all ten dogs into your array of structs. Find the lightest Dog in the array and print it with an appropriate message. Find the Dog in the array with the first alphabetical name and print it with an appropriate message.