C:\Pascal>PA4 This program keeps track of records using a linked list, ordered by GPA Input file name to read : input.txt Output file name to write: out.txt Adding Records... Thomas, 87, 1.3 Thomas, 87, 1.3 Thomas, 87, 1.3 Frank, 27, 2.3 Frank, 27, 2.3 Thomas, 87, 1.3 Frank, 27, 2.3 Thomas, 87, 1.3 Ganey, 35, 3.5 Ganey, 35, 3.5 Frank, 27, 2.3 Thomas, 87, 1.3 Ganey, 35, 3.5 Frank, 27, 2.3 Thomas, 87, 1.3 Smith, 21, 3.7 Smith, 21, 3.7 Ganey, 35, 3.5 Frank, 27, 2.3 Thomas, 87, 1.3 Smith, 21, 3.7 Ganey, 35, 3.5 Frank, 27, 2.3 Thomas, 87, 1.3 Brown, 17, 2.1 Smith, 21, 3.7 Ganey, 35, 3.5 Frank, 27, 2.3 Brown, 17, 2.1 Thomas, 87, 1.3 Smith, 21, 3.7 Ganey, 35, 3.5 Frank, 27, 2.3 Brown, 17, 2.1 Thomas, 87, 1.3 Jones, 23, 3.0 Smith, 21, 3.7 Ganey, 35, 3.5 Jones, 23, 3.0 Frank, 27, 2.3 Brown, 17, 2.1 Thomas, 87, 1.3 Smith, 21, 3.7 Ganey, 35, 3.5 Jones, 23, 3.0 Frank, 27, 2.3 Brown, 17, 2.1 Thomas, 87, 1.3 Alex, 35, 1.2 Smith, 21, 3.7 Ganey, 35, 3.5 Jones, 23, 3.0 Frank, 27, 2.3 Brown, 17, 2.1 Thomas, 87, 1.3 Alex, 35, 1.2 Smith, 21, 3.7 Ganey, 35, 3.5 Jones, 23, 3.0 Frank, 27, 2.3 Brown, 17, 2.1 Thomas, 87, 1.3 Alex, 35, 1.2 Hayes, 21, 3.1 Smith, 21, 3.7 Ganey, 35, 3.5 Hayes, 21, 3.1 Jones, 23, 3.0 Frank, 27, 2.3 Brown, 17, 2.1 Thomas, 87, 1.3 Alex, 35, 1.2 Smith, 21, 3.7 Ganey, 35, 3.5 Hayes, 21, 3.1 Jones, 23, 3.0 Frank, 27, 2.3 Brown, 17, 2.1 Thomas, 87, 1.3 Alex, 35, 1.2 Graham, 18, 4.0 Graham, 18, 4.0 Smith, 21, 3.7 Ganey, 35, 3.5 Hayes, 21, 3.1 Jones, 23, 3.0 Frank, 27, 2.3 Brown, 17, 2.1 Thomas, 87, 1.3 Alex, 35, 1.2 Graham, 18, 4.0 Smith, 21, 3.7 Ganey, 35, 3.5 Hayes, 21, 3.1 Jones, 23, 3.0 Frank, 27, 2.3 Brown, 17, 2.1 Thomas, 87, 1.3 Alex, 35, 1.2 Input File Name: input.txt Output File Name: out.txt This Program has ended normally. C:\Pascal>