// Project 1 for CS 1044 Summer I 2005 // // Programmer: Joe Bob Hokie // OS: Windows 2000 Professional // System: Pentium III 500, 256 MB Memory // Compiler: Visual C++ 6.0, Service Pack 4 // Last modified: May 21, 2005 // // Purpose // This program reads a list of player names and scores from an // input file, counts how many players are in the list, computes // the sum and average of the scores, and determines the winning // (lowest) score and the name of the matching player. // // The program then writes a summary of its findings to an output // file. //