Write a complete C program to analyse game score from a list of players. The program must consist of 2 dimensional array named player to store maximum of 10 player names and 1 dimensional array to...



Please answer honestly with C programming , the question ask to be just in Array and String



Write a complete C program to analyse game score from a list of players. The program must consist<br>of 2 dimensional array named player to store maximum of 10 player names and 1 dimensional array<br>to store game score of each corresponding player. Both arrays must be initizlized to 0 during<br>declaration. Then, determine the followings:<br>3.7<br>(i) Highest Score and name of the player<br>(ii) Lowest Score and name of the player<br>(iii) Number of player<br>(iv) Average score<br>(v) Suppose that player with score greater or equal to 1000 will receive Borus Reward,<br>display list of names and the game score that will be given bonus reward<br>(vi) Find number of player in (v)<br>The sample output of the program should be 2s follows:<br>Enter Player Nickname : Violet<br>: 1230<br>Enter Game Score<br>Add another player? (Y-yes, N-no): Y<br>Enter Player Nickname : ThunderStorm<br>Enter Game Score<br>: 2330<br>Add another player? (Y-yes, N-no): Y<br>Enter Player Nickname : KingCobra<br>: 1998<br>Enter Game Score<br>Add another player? (Y-yes, N-no): Y<br>Enter Player Nickname : Eelda<br>Enter Game Score<br>: 998<br>Add another player? (Y-yes, N-ro) : Y<br>Enter Player Nickname : Destroyer<br>Enter Game Score<br>: 678<br>Add another player? (Y-yes, N-no) : N<br>Result<br>Highest Score Player : ThunderStorm<br>Lowest Scote Player : Destroyer<br>Number of Player<br>Average Score<br>Score : 2330<br>Score : 678<br>:5<br>: 1446.80<br>List of Player With Bonus Reward<br>Violet<br>1230<br>ThurderStorm 2330<br>KingCobra<br>1998<br>Total<br>: 3 players<br>

Extracted text: Write a complete C program to analyse game score from a list of players. The program must consist of 2 dimensional array named player to store maximum of 10 player names and 1 dimensional array to store game score of each corresponding player. Both arrays must be initizlized to 0 during declaration. Then, determine the followings: 3.7 (i) Highest Score and name of the player (ii) Lowest Score and name of the player (iii) Number of player (iv) Average score (v) Suppose that player with score greater or equal to 1000 will receive Borus Reward, display list of names and the game score that will be given bonus reward (vi) Find number of player in (v) The sample output of the program should be 2s follows: Enter Player Nickname : Violet : 1230 Enter Game Score Add another player? (Y-yes, N-no): Y Enter Player Nickname : ThunderStorm Enter Game Score : 2330 Add another player? (Y-yes, N-no): Y Enter Player Nickname : KingCobra : 1998 Enter Game Score Add another player? (Y-yes, N-no): Y Enter Player Nickname : Eelda Enter Game Score : 998 Add another player? (Y-yes, N-ro) : Y Enter Player Nickname : Destroyer Enter Game Score : 678 Add another player? (Y-yes, N-no) : N Result Highest Score Player : ThunderStorm Lowest Scote Player : Destroyer Number of Player Average Score Score : 2330 Score : 678 :5 : 1446.80 List of Player With Bonus Reward Violet 1230 ThurderStorm 2330 KingCobra 1998 Total : 3 players
Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here