Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Chapter 4/5 Lab Assignment Using concepts from chapters 1 5 only. Grading will be based on chapter 4 concepts more. Design a menu driven

C++ Chapter 4/5 Lab Assignment

Using concepts from chapters 1 5 only. Grading will be based on chapter 4 concepts more. Design a menu driven program that can keep track of five players scores.

Your program must have the following documentation:

Your name (5 pts)

The program name (5 pts)

Program Description (5 pts)

The date the exe file was created (5 pts)

The code:Use a menu approach do the following:

to Add a player information

to Search for any player based on their name.

to Display all the information at any time (Hint : Use value and reference parameters as necessary). (30 pts).

Organize the main program to call input and output functions. Use static variables to keep track of players information. (20 pts)

Input the names of five players and their highest scores on three games they ever played. Do Not Hard-Code the players names and their scores. (25 pts)

Create an average function to compute the average highest score of each player i.e. ( john: g1 100 g2 200 g3 300. Average highest score will be 200.00). (5 pts)

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

Database Design Application Development And Administration

Authors: Michael V. Mannino

4th Edition

0615231047, 978-0615231044

More Books

Students also viewed these Databases questions

Question

What attracts you about this role?

Answered: 1 week ago

Question

How many states in India?

Answered: 1 week ago

Question

HOW IS MARKETING CHANGING WITH ARTIFITIAL INTELIGENCE

Answered: 1 week ago

Question

Different types of Grading?

Answered: 1 week ago