I\'m pretty new to programming. I have run into this error that I can\'t figure out. You should be able to put in a score and it will use the information that is pre put in the
Your function checkGrade() below the main()-function should probably be called void checkScore( int scores[], int storage[])
checkGrade()
void checkScore( int scores[], int storage[])