Posted by: Milann Mania February 28, 2016
Assistance with debugging C++ Program
Login in to Rate this Post:     0       ?        
wondering why you using
for(int i = 1; i < 5; i++) and
for(int i = 0; i < 5; i++) and
for(int i = 0; i <= 5; i++) ....they all should same ideally 0 to < 5 if size is 5
instead of hard code 5, just use scores.size(),,,,,,done
Read Full Discussion Thread for this article