C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_etzelcz_readfile>pa4 Welcome!! This program is intended to be a class orgnaizer. It will query the user for a file name and then read a the series of records con taining individuals Last Name, Age, and GPA. This data will then be sorted in descendin g order according to GPA. Please enter a valid file name and then hit return. infile.txt Please enter the name of your output file, and then hit return. out.txt **New Record Added** Mata-Toledo78.2 49 **Total List Contents** Mata-Toledo78.2 49 **New Record Added** Abzug82.2 21 **Total List Contents** Abzug82.2 21 Mata-Toledo78.2 49 **New Record Added** Bernstein38.2 900 **Total List Contents** Abzug82.2 21 Mata-Toledo78.2 49 Bernstein38.2 900 **New Record Added** Norton71.5 20 **Total List Contents** Abzug82.2 21 Mata-Toledo78.2 49 Norton71.5 20 Bernstein38.2 900 **New Record Added** Tjaden75.8 3 **Total List Contents** Abzug82.2 21 Mata-Toledo78.2 49 Tjaden75.8 3 Norton71.5 20 Bernstein38.2 900 **New Record Added** Adams98.5 75 **Total List Contents** Adams98.5 75 Abzug82.2 21 Mata-Toledo78.2 49 Tjaden75.8 3 Norton71.5 20 Bernstein38.2 900 **New Record Added** Lane 87.6 35 **Total List Contents** Adams98.5 75 Lane 87.6 35 Abzug82.2 21 Mata-Toledo78.2 49 Tjaden75.8 3 Norton71.5 20 Bernstein38.2 900 The given input file was: infile.txt The given output file was: out.txt C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_etzelcz_readfile>