Question
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started