I have an assignment given to me since I'm trying to learn C++ but I don't know how I can to put it into code. I'm having a little bit of a problem with loops and am wondering if I could get some help.

Here is what I need

Diver's name, City
JudgeScore1 - Scores are entered from 1-10
JudgeScore2
JudgeScore3
Judgescore4
Judgescoe5
DegreeOfDifficulty - Assigned once for each diver
OverAllScore - Individual's scores totaled and then divided degree of
difficulty. Highest and Lowest Scores are removed as they are often skewed entires.
DegreeOfDifficulty - Degree of difficulty ranges from 1.00 to 1.67
Display the diver's information and overall score

Then list the number of divers and the average of the overall scores

Which variables would I need to define? How would I go about doing this?