Posted by: Debbie Barnard Smith March 25, 2016
Assistance with debugging C++ Program
Login in to Rate this Post:     0       ?        
I think so. I changed this part:
double findHighScore(double scores[])
{
double highest = 0;

to:

double findHighScore(double scores[])
{
double highest = 99999.0;
Read Full Discussion Thread for this article