Question: Write a program that stores the following data about a soccer player in the Player structure: Player s Name: string Player s Number: string Points
Write a program that stores the following data about a soccer player in the Player structure:
Players Name: string
Players Number: string
Points Scored by Player: int
The program should keep an array of the userinput number of players. Each element is a player
on a team. When the program runs it first should ask the number of players. It will then ask the
user to enter the data for each player. The output of the program should print a table that lists
each players number, name, and points scored. The program should also calculate and display
the total points earned by the team. The program
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
