Need Help with a Program

I'm still pretty new to C++ and am taking a course in college for it. We have an assignment that I am kind of stumped on. I was wondering if you guys could help me out with it.

Here is the assignment:

Write a program to do the following tasks:

1. Calculate average score and display.

2. Find Max score and display.

3. Display scores in rows of four(4) scores.

Here are the scores:

67 64 83 81 72 75 85 81 56 88 71 80 90 58 78 74 84 64 72 69 78 87 84 72 83 68 62 88 70 75

Any help would be greatly appreciated.
What have you written so far?
I know I could write it extremely basic by using 30 int variables, one for each number, but I'm trying to use some kind of while loop or something to write it. So far I have the variables laid out, but I don't really know how to start it out.
What have you written so far?
Topic archived. No new replies allowed.