Question: Write a program will create a structure named Players and will have the folowing fields and associated data types as members Name ( string )

Write a program will create a structure named Players and will have the folowing fields and associated data types as members
Name (string)
points (integer)--valid range 0 or greater
average (float)--valid range 0 or greater
jersey (integer)--valid positive two digits
Create an array of Players called Team with 5 elements
These should each be entered interactively and NOT allow values outside the valid ranges shown above(reask until valid)
Show all 5 Team Players in the ordered entered
Find the Player that has the highest average and output
Find the Player that is the lowest point scorer of the team and output.
 Write a program will create a structure named Players and will

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!