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 15:10
Which activity should be part of a long-term plan to positively affect yourhealth? oa. wearing regular clothing when handling toxinsob. not worrying about secondhand smokeoc. avoiding excessive exposure to sunlightod. drinking only well water
Answers: 1
question
Computers and Technology, 23.06.2019 16:00
What is the biggest difference between section breaks and regular page breaks? section breaks are more difficult to add than page breaks. section breaks make it easier for you to view the document as an outline. section breaks allow you to have areas of the document with different formatting. section breaks are smaller than regular page breaks.
Answers: 2
question
Computers and Technology, 23.06.2019 18:40
Johnson enterprises uses a computer to handle its sales invoices. lately, business has been so good that it takes an extra 3 hours per night, plus every third saturday, to keep up with the volume of sales invoices. management is considering updating its computer with a faster model that would eliminate all of the overtime processing.
Answers: 2
question
Computers and Technology, 24.06.2019 00:20
Describe a data structures that supports the stack push and pop operations and a third operation findmin, which returns the smallest element in the data structure, all in o(1) worst-case time.
Answers: 2
You know the right answer?
This program will store roster and rating information for a basketball team. coaches rate players du...
Questions
question
Arts, 08.12.2020 21:30
question
Chemistry, 08.12.2020 21:30
question
Mathematics, 08.12.2020 21:30
question
Mathematics, 08.12.2020 21:30