CS530 - Programming Languages Programming Assignment #4 - PASCAL Assignement #2 Work performed under JMU Honor Code Author: Tomasz Pawel Kurzawa Program copies the students record from input file to output file in ascendenting order by name field of student record. Please enter the name of input file: infile.txt Please enter the name of output file: out.txt (couldn't capture this) Abzug 21 82.150 Mata-Toledo 49 78.200 Bernstein 900 38.230 Norton 20 71.520 Abzug 21 82.150 Mata-Toledo 49 78.200 Norton 20 71.520 Bernstein 900 38.230 Tjaden 3 75.780 Abzug 21 82.150 Mata-Toledo 49 78.200 Tjaden 3 75.780 Norton 20 71.520 Bernstein 900 38.230 Adams 75 98.500 Adams 75 98.500 Abzug 21 82.150 Mata-Toledo 49 78.200 Tjaden 3 75.780 Norton 20 71.520 Bernstein 900 38.230 Lane 35 87.600 Adams 75 98.500 Lane 35 87.600 Abzug 21 82.150 Mata-Toledo 49 78.200 Tjaden 3 75.780 Norton 20 71.520 Bernstein 900 38.230 *************************************************************** Input file name : infile.txt Output file name : out.txt *************** THIS PROGRAM HAS ENDED NORMALLY *************** C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_kurzawtp_outfile2>