Last login: Mon Oct 8 19:48:16 on ttyp3 .--. |o_o | |:_/ | // \ \ (|MAC OS X|) /'\_10.4_/`\ \___)==(___/ work-silo:~ glenderson$ cd Documents/SCHOOL/CS430/pascal work-silo:~/Documents/SCHOOL/CS430/pascal glenderson$ ./PA4 This program takes an input file to read students last names, ages, and GPA. This data is added to a record and sorted then output to another file as specified by the user. please enter the input file name then hit return: input.txt please enter the output file name then hit return: output.txt New Record: henderson 21 3.000 Sorted List: henderson 21 3.000 New Record: palmer 21 3.500 Sorted List: palmer 21 3.500 henderson 21 3.000 New Record: fitzpatrick 23 3.800 Sorted List: fitzpatrick 23 3.800 palmer 21 3.500 henderson 21 3.000 input file: input.txt output file: output.txt This program has ended normally work-silo:~/Documents/SCHOOL/CS430/pascal glenderson$