Question: coding in c program and write a flowchart Write a program that stores the following data about the soccer player in a structure: Player's name
coding in c program and write a flowchart


Write a program that stores the following data about the soccer player in a structure: Player's name Players number Points scored by player 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 moint scored. The program should also calculate and display the total points earned by the team Input validation: Do not accept negative values of player's numbers or points scored. 6. CAWindows\system32\cmd.exe PLAYER #1 Player nane: Richard Player's number: 15 Points scored: 23 PLAYER 12 Player nane: Joe Player's number: 23 Points scored : 15 PLAYER #3 Player nane: Tin Player's number: 11 Points scored : 27 NAME NUMBER Richard 15 Joe 23 Tin 11 TOTAL POINTS: 65 POINTS SCORED 23 15 27
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
