HELP! What is wrong with this code?

Pages: 12
I'm asking you how to fix it though. I have no clue how to fix it. So can you help me or explain it at least?

Please and Thank you.
You are telling the computer that your function "SortScores(...)" is not returning any data after it is done executing. But then on Line 66, you are trying to return an integer.

DELETE LINE 66
Alright. Thanks a lot for your patience and help. Please bare with me.

**EDIT**

It compiled. Thanks a lot. Going to run it now.

So...any chance you could help me figure out how to display the character array alphabetically?

If not, thats fine, you've helped enough as it is. But I need to understand this stuff, it's my career.
It's taking time, but it's coming to me.
Last edited on
Topic archived. No new replies allowed.
Pages: 12