home *** CD-ROM | disk | FTP | other *** search
/ Class of 2001 / ClassOf2001.iso / exams / cs113 / other / final / csfn95p6.gif < prev   
Graphics Interchange Format  |  1996-12-10  |  33.6 KB  |  1010x1289  |  1-bit (2 colors)
   ocr: 6. - Write a complete C++ program that will do the following: a. - Read in information from the user about a baseball team. A team consists of players with certain attributes. For this problem let us consider only the following information for each player: Players' last name. jersey number, batting average. age, and the number of stolen bases. You are required to use a STRUCTURE to do this. You may assume that there are NO MORE THAN 25 players on the team. b. - Sort the leam ofplayers by the players' last name. You are required to create a sort function to do this. C. - Output to the screen al ...