Structure


Hi guys can you help me with this problem? I don't quite get it
Help please im new in C++
Write a C++ program to keep records and compute for the scores of 5 players. The information of each player contains: Nickname, Age and two best played scores.

The program will prompt the user to choose the operation of records from a menu as shown below:

==============================================
MENU
==============================================

1. Add record
2. View players records
3. Compute for the average
4. Show the player(s) who gets the max average.
5. Show the player(s) who gets the min average.
6. Exit

Topic archived. No new replies allowed.