subject

This program will store roster and rating information for a basketball team. coaches rate players during tryouts to ensure a balanced team. a roster can include at most 10 players.

(1) prompt the user to input five pairs of numbers: a player's jersey number (0 - 99) and the player's rating (1 - 9). store the jersey numbers in one int array and the ratings in another int array. output these arrays (i. e., output the roster).

ex:
(2) implement a menu of options for a user to modify the roster. each option is represented by a single character. the program initially outputs the menu, and outputs the menu after a user chooses an option. the program ends when the user chooses the option to quit.

ex:
(3) implement the "output roster" menu option.

ex:
(4) implement the "add player" menu option. if the user chooses this option and the roster is full, print the following error message:

if the roster is not full, prompt the user for a new player's jersey number and rating, and append the values to the two arrays.

ex:
(5) implement the "delete player" menu option. if the user chooses the option when the roster is empty, immediately print the message:

if the roster is not empty, prompt the user for a player's jersey number. remove the player from the roster (delete the jersey number and rating), paying attention not to leave unused spaces in the two arrays.

ex:
if the given jersey number is not found, inform the user:

(6) implement the "update player rating" menu option. prompt the user for a player's jersey number. prompt again for a new rating for the player, and then look up and change that player's rating.

ex:

in this case, if the given jersey number is not found, no further action is taken (note that the format of the program requires both input either way).

(7) implement the "output players above a rating" menu option. prompt the user for a rating. print the jersey number and rating for all players with ratings above the entered value.

ex:
if no players are found above a given rating, the program will simply produce an empty list.

bonus

for an extra 10 points, implement a secret option s that prints the message:

and sorts the roster by jersey number. do not add this option to the menu message. and remember to move the player rating accordingly!

i need with my hw its in c++. it also asking for an input.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 08:50
Can online classes such as gradpoint track your ip location like if im taking a final and i give somebody else my account and they take the final for me will it show where they are taking the final from? and can this be countered with a vpn
Answers: 1
question
Computers and Technology, 22.06.2019 12:10
1. declare a constant named cents_per_pound and initialize with 25. 2. get the shipping weight from user input storing the weight into shipweightpounds. 3. using flat_fee_cents and cents_per_pound constants, assign shipcostcents with the cost of shipping a package weighing shipweightpounds.
Answers: 2
question
Computers and Technology, 24.06.2019 00:30
Setting up a home network using wireless connections is creating a a. vpn b. lan c. wan d. mini-internet
Answers: 2
question
Computers and Technology, 24.06.2019 15:40
In the above figure, what type of cylinder arrangement is shown in the figure above? a. l-type b. v-type c. in-line d. horizontal pls make sure its right if its rong im grounded for 3months
Answers: 1
You know the right answer?
This program will store roster and rating information for a basketball team. coaches rate players du...
Questions
question
Mathematics, 22.12.2019 12:31
Questions on the website: 13722362