Question: *****PLEASE DO THIS PROBLEM IN C++*******DO NOT USE CONIO********* Write a program that stores the following data about a soccer player in a structure Points

*****PLEASE DO THIS PROBLEM IN C++*******DO NOT USE "CONIO"*********
Write a program that stores the following data about a soccer player in a structure Points scored: 24 Player's Name Player's name: Gabriel . Player's Number Player's numbez: 46 Points scored: 24 Points scored by Player The program should keep an array of 12 of these structures. Each element is for a different player on a team. When the program runs, it should ask the user to enter the data for each player. It should then show a table that lists each player's number, name, and points scored. The program should also calculate and display the total points earned by the team. The number and name of the player who are earned the most points should also be displayed. Player's name: Ruth Player's number: 62 Points scored: 34 Player s nane: Fred Player's number: 73 Points scored: 9 Notes: Player's name: Molly Player's number: 47 Point scored: 32 Name your structure player Create a function that gathers the information for a player from the user Create a function that displays a player structure for the table PLAYER Player's nane: Nick Player s number: 99 Points scored: 11 Sample Output: Player s name: Karen Player's nunber: 96 Points scored: 23 Player' name: Ella Player's numbez: 23 Player's nane: Terry Player's number: 44 Points scored: 6 Points scored: 53 PLAYER Player's name: John Player s number: 13 Points scored: 32 NAME NUMBER PTS SCRD PLAYER Frankie Player's name: Janes Player s number: 42 Points scored: 13 Gabrie1 Molly PLAYER Player's name: Frankie Players number: 82 Points #cored: 14 Torry TOTAL POINTS: 275 The player who scored the most points is: E11a Press any key to continue .. PLAYER Player's name: Lindsey Player's number: 84
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
