Welcome, this program will take a file containing a list of students with their age and gpa,and will sort it by name in ascending order Please type the input file name: /Users/g0ld2k/Projects/Pascal 1/in.txt Please type the file to contain the output /Users/g0ld2k/Projects/Pascal 1/out.txt golding, christopher 24 3.00 golding, christopher 24 3.00 dodge, bill 19 2.40 dodge, bill 19 2.40 golding, christopher 24 3.00 miller, emily 21 2.74 dodge, bill 19 2.40 golding, christopher 24 3.00 miller, emily 21 2.74 anderson, will 20 4.00 anderson, will 20 4.00 dodge, bill 19 2.40 golding, christopher 24 3.00 miller, emily 21 2.74 zed, z 25 0.50 anderson, will 20 4.00 dodge, bill 19 2.40 golding, christopher 24 3.00 miller, emily 21 2.74 zed, z 25 0.50 The program has successfully completed execution The inpupt file was /Users/g0ld2k/Projects/Pascal 1/in.txt The output file was /Users/g0ld2k/Projects/Pascal 1/out.txt