Question: C++ I need to make a program to help keep score. The program should first ask for the number of players in the game and
C++
I need to make a program to help keep score. The program should first ask for the number of players in the game and the number of rounds to be played. Based on the number of players, the program should then ask for the names of the players and write them to a file. If no file exists, the program should create one. For each of the rounds, the program should accept the scores for each of the players. After each round, append the scores to the file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
