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 ...