Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need the answer for this urgent please (C6, C04, PO3) (c) Write a complete C program that will do the following: (i) get player's

image text in transcribed

I need the answer for this urgent please

(C6, C04, PO3) (c) Write a complete C program that will do the following: (i) get player's nickname and his/her game score. The program will display to the screen with the following ouput: Enter Player Nickname: Monsterball Enter Game Score 2400 Please note the bold and underlined value is the response from the user. (ii) get the user input for continuation; you can use 'Y' and 'N' to signal adding another player or to end the program Add another player? (Y-yes, N-no): Y (iii) (iv) (v) find the average score find the highest score and the name of player the program will print the output that will look like this: Result Average Score: 1668.67 Highest Score Player : Earthl Score : 2330 The program must be coded with 2-dimensional array named game player that can stores up to 15 player names and another 1 dimensional array for storing game score for each corresponding player. All arrays must be initialized to 0 during declaration. Run the program to find the average score, highest score and the name of the highest score player for seven (7) players and show the output of the successful program. (8 Marks)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

Find the probabilities. P(Z Answered: 1 week ago

Answered: 1 week ago

Question

What has this taught you about yourself?

Answered: 1 week ago