Computer Science 121
Assignment 9
Due: April 28, 2003

This time you are to write a program that reads in data about a person and stores the information in an array of classes.  The data should consist of the person’s name, and birth date.  You may store the birth date anyway you want, but it must include the day, month and year that the person was born.  After the data has been read in, you should calculate the age of each of the people in the array and find the oldest and the youngest person.  Display this information on the screen.  Also remember to ‘echo’ the data on the screen as it is read in.

When you have finished the program, write a description of how you went about designing and writing the program.  Use a word processor and print the description on a separate sheet of paper.

people.txt

Alice Lee
7 4 1990
Bobby Smith
3 6 1989
Cathy Chan
5 10 1985
David Levin
25 10 1996
Eddie Jones
16 5 1992