C:\FPC\2.2.0\bin\i386-win32>students.exe STARTING PROGRAM This program reads a given file of Student Records and sorts and prints them to the screen and an output file. A Student Record includes Last name, age, and GP A. Please enter the input file name (Ex. file.txt): input.txt Please enter the output file name (Ex. file.txt): output.txt The input file is: input.txt The output file is: output.txt Reading in from input.txt: Gil 22 3.40 Current contents of array: Gil 22 3.40 Reading in from input.txt: Roman 20 3.50 Current contents of array: Gil 22 3.40 Roman 20 3.50 Reading in from input.txt: Dimm 40 3.60 Current contents of array: Dimm 40 3.60 Gil 22 3.40 Roman 20 3.50 Reading in from input.txt: Zebra 40 3.40 Current contents of array: Dimm 40 3.60 Gil 22 3.40 Roman 20 3.50 Zebra 40 3.40 Reading in from input.txt: Erin 54 2.30 Current contents of array: Dimm 40 3.60 Erin 54 2.30 Gil 22 3.40 Roman 20 3.50 Zebra 40 3.40 Reading in from input.txt: Test 43 4.50 Current contents of array: Dimm 40 3.60 Erin 54 2.30 Gil 22 3.40 Roman 20 3.50 Test 43 4.50 Zebra 40 3.40 Reading in from input.txt: Smith 21 1.20 Current contents of array: Dimm 40 3.60 Erin 54 2.30 Gil 22 3.40 Roman 20 3.50 Smith 21 1.20 Test 43 4.50 Zebra 40 3.40 Reading in from input.txt: Mason 23 3.20 Current contents of array: Dimm 40 3.60 Erin 54 2.30 Gil 22 3.40 Mason 23 3.20 Roman 20 3.50 Smith 21 1.20 Test 43 4.50 Zebra 40 3.40 Reading in from input.txt: Manson 45 1.20 Current contents of array: Dimm 40 3.60 Erin 54 2.30 Gil 22 3.40 Manson 45 1.20 Mason 23 3.20 Roman 20 3.50 Smith 21 1.20 Test 43 4.50 Zebra 40 3.40 END OF PROGRAM