Computers and Technology

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.

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 21:50, Trinhphuongtran
Description: write function lastfirst() that takes one argument—a list of strings of the format "lastname, firstname" —and returns a list consisting of two lists: (a) a list of all the last names (b) a list of all the first names
Answers: 2
image
Computers and Technology, 24.06.2019 17:40, penacesar18p9jrdh
The value of sin(x) (in radians) can be approximated by the alternating infinite series create a function (prob3_2) that takes inputs of a scalar angle measure (in radians) and the number of approximation terms, n, and estimates sin(x). do not use the sin function in your solution. you may use the factorial function. though this can be done without a loop (more efficiently), your program must use (at least) one. you may find the mod() function useful in solving the problem.
Answers: 1
image
Computers and Technology, 24.06.2019 22:00, darthshot4
Iam trying to get my google account back for school and business, can someone ?
Answers: 1
image
Computers and Technology, 25.06.2019 01:00, shonesam98
Regular maintenance is a key component of automotive lift safety.
Answers: 1
Do you know the correct answer?
This program will store roster and rating information for a basketball team. coaches rate players du...

Questions in other subjects:

Konu
Mathematics, 09.12.2021 01:40
Konu
History, 09.12.2021 01:40