I'm pretty new to C++.I have to write a program and I have absolutely no idea where to start. I've sat here and stared at the screen for awhile, but I'm still not sure what to do. I was wondering if anyone could give me any advice, code, pseudocode...whatever.
Heres what I have to do.
Assuming the maximum number of students in a class is 50, I have to write a program that reads student's names followed by their test score from a file and outputs:
- class average
- names of all students whose test scores are below the class average
- highest test score and the names of all the students having the highest score

I hope someone can help out!
Thanks in advance.