Write a basketball program in c++ such that it implements a two-dimensional array for 5 players whose score is entered into the array. In the game of basketball, there are 5 players on a team, and...


Write a basketball program in c++ such that it implements a two-dimensional array for 5 players whose score is entered into the array.


In the game of basketball, there are 5 players on a team, and each team plays a game consisting of four 12 minute quarters.  Write a  C++ program that assigns randomly the points scored for each player in each quarter and then displays them.  Therefore, you will need to declare an array which stores the points scored per player per quarter or a total of 4X5 = 20 array elements.  Once the points are displayed for each player per quarter, Have the program display the following:



-Which players scored the most points in every particular quarter out of all quarters played



-Which player scored the most points in any particular quarter out of all quarters played



-Which player scored the most points in the entire game



- List the best quarter that each player had in the entire game



Please make the program display the tables for the questions asked


there is a picture of how it needs to be displayed.


Thank you.


OSOR Visual Studlo Debug Console<br>**** Basketball random score table ****<br>鞋T<br>T T<br>Quarter 1<br>Quarter 2<br>Player #1<br>Player #2<br>Player #3<br>Player #4<br>Player #5<br>14<br>Quarter 3<br>Quarter 4<br>Total Score<br>16<br>10<br>17<br>42<br>9.<br>15<br>36<br>12<br>4<br>29<br>11<br>17<br>18<br>40<br>5<br>9<br>13<br>44<br>Best player in each quarters:<br>Quarter 1 Player #5 17points<br>Quarter 2 Player #2 17points<br>Quarter 3 Player #1 - 16points<br>Quarter 4 .<br>Player #4 - 18points<br>Highest score in any quarters:<br>Player #4 Quarter 4 18points<br>Highest score in the entire game:<br>Player #5 - 44points<br>Each player's best quarter:<br>Player #1 Quarter1 16points<br>Player #2 - Quarter2 - 17points<br>Player #3 - Quarter3 - 12points<br>Player #4 - Quarter4 - 18points<br>Player #5 - Quarters<br>17points<br>C:\Users\nagy_\OneDrive\Dokumentumok\School\SCI120\Project 12\Debug\Project 12.exe (process 16428) exited with code e.<br>To automatically close the console when debugging stops, enable Tools->options->Debugging->Automatically close the console when debugging stops.<br>Press any key to close this window<br>14<br>Record<br>Reactions<br>Chat<br>Share Screen<br>Participants<br>Unmute<br>Start Video<br>OHDMI<br>

Extracted text: OSOR Visual Studlo Debug Console **** Basketball random score table **** 鞋T T T Quarter 1 Quarter 2 Player #1 Player #2 Player #3 Player #4 Player #5 14 Quarter 3 Quarter 4 Total Score 16 10 17 42 9. 15 36 12 4 29 11 17 18 40 5 9 13 44 Best player in each quarters: Quarter 1 Player #5 17points Quarter 2 Player #2 17points Quarter 3 Player #1 - 16points Quarter 4 . Player #4 - 18points Highest score in any quarters: Player #4 Quarter 4 18points Highest score in the entire game: Player #5 - 44points Each player's best quarter: Player #1 Quarter1 16points Player #2 - Quarter2 - 17points Player #3 - Quarter3 - 12points Player #4 - Quarter4 - 18points Player #5 - Quarters 17points C:\Users\nagy_\OneDrive\Dokumentumok\School\SCI120\Project 12\Debug\Project 12.exe (process 16428) exited with code e. To automatically close the console when debugging stops, enable Tools->options->Debugging->Automatically close the console when debugging stops. Press any key to close this window 14 Record Reactions Chat Share Screen Participants Unmute Start Video OHDMI
Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here