Important instructions: All programs must include introductory comments as well as comments throughout the program. The introductory comments should include your name, the class name with section (e.g. CS 117 -17895), the program name, and a brief description of the program. Write your program in C++ with Visual Studio, or an online compiler - compile, and execute it. Upload the file with the .cpp extension to Canvas for grading. For visual studio 2017 users: don't forget to use the system ("pause") before the "return" statement at the end of your program. Programming Assignment10: Chapter 11 Soccer Scores Write a program that stores the following data about a soccer player in a structure: Player's Name Player's Number Player's Scored by Player The program should keep an array of 3 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 players who have earned the most points should also be displayed.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter12: Event-driven Gui Programming, Multithreading, And Animation
Section: Chapter Questions
Problem 8PE
icon
Related questions
Question
Description
Important instructions:
All programs must include introductory comments as well as comments throughout the program.
The introductory comments should include your name, the class name with section (e.g. Cs 117
-17895), the program name, and a brief description of the program.
Write your program in C++ with Visual Studio, or an online compiler - compile, and execute it. Upload the
file with the .cpp extension to Canvas for grading.
For visual studio 2017 users: don't forget to use the system ("pause") before the "return" statement at the
end of your program.
Programming Assignment10: Chapter 11 Soccer Scores
Write a program that stores the following data about a soccer player in a structure:
Player's Name
Player's Number
Player's Scored by Player
The program should keep an array of 3 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 players who have earned the most points should also be displayed.
Transcribed Image Text:Description Important instructions: All programs must include introductory comments as well as comments throughout the program. The introductory comments should include your name, the class name with section (e.g. Cs 117 -17895), the program name, and a brief description of the program. Write your program in C++ with Visual Studio, or an online compiler - compile, and execute it. Upload the file with the .cpp extension to Canvas for grading. For visual studio 2017 users: don't forget to use the system ("pause") before the "return" statement at the end of your program. Programming Assignment10: Chapter 11 Soccer Scores Write a program that stores the following data about a soccer player in a structure: Player's Name Player's Number Player's Scored by Player The program should keep an array of 3 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 players who have earned the most points should also be displayed.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Unreferenced Objects
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage