|
|
|
|
std::string athletes_fname = "";
has no effect on the variable it is empty with a size of (0)zero.
|
|
Ronald Jones's results: 7.5, 8.8, 7, 8.1, 8, 9.8, 9.3, 8.9, 9.1, 9 The highest score of 9.8 and the lowest score of 7 were dropped The average score is 8.59 Mirabella Jones's results: 7.5, 8.8, 7, 8.1, 8, 9.8, 9.3, 8.9, 9.1, 9 The highest score of 9.8 and the lowest score of 7 were dropped The average score is 8.59 Ryan Sheckler's results: 7.5, 8.8, 7, 8.1, 8, 9.8, 9.3, 8.9, 9.1, 9 The highest score of 9.8 and the lowest score of 7 were dropped The average score is 8.59 |
while (scoreFile >> athletes_fname && scoreFile >> athletes_lname)
and deleted the else part of the if statement.if (error == "")
to if (error.empty())
.Ronald Jones's results: 7.5, 8.8, 7, 8.1, 8, 9.8, 9.3, 8.9, 9.1, 9 The highest score of 9.8 and the lowest score of 7 were dropped The average score is 8.59 Mirabella Jones's results: 7.5, 8.8, 7, 8.1, 8, 9.8, 9.3, 8.9, 9.1, 9 The highest score of 9.8 and the lowest score of 7 were dropped The average score is 17.2 Ryan Sheckler's results: 7.5, 8.8, 7, 8.1, 8, 9.8, 9.3, 8.9, 9.1, 9 The highest score of 9.8 and the lowest score of 7 were dropped The average score is 25.8 |