Question: Write a program that manages a list of up to 10 players and their high scores in the computer's memory (not on disk for this

Write a program that manages a list of up to 10 players and their high scores in the computer's memory (not on disk for this Programming Project). Use two arrays to manage the list. One array should store the players' names, and the other array should store the players' high scores. Use the index of the arrays to correlate the names with the scores. Your program should support the following features: 1. Add a new player and score (up to 10 players) 2. Print all the players names and their scores to the screen. 3. Allow the user to enter a player's name and output that player's score or a message if that player's name has not been entered. 4.Allow the user to enter a player's name and remove the player from the list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
