ok I need help on my next program.

The prompt goes like this:

Write a multi function program that will read the names of students and their respective scores for a quiz from a data file(NAME_QUIZ.DAT). Next, determine which person had the highest score as well as the lowest. Finally print that information to a data file.

We learned about sequential access files, stream operation modes and random access files in class. We also learned about ifstream.h, ofstream.h and infile. Where do I get started in the program?

This is NAME.QUIZ.DAT :
Allen Anderson
72
Bob Bennett
38
Carla Cobb
91
Dave Davis
76
Earl Eaton
92
Frank Floyd
89
Gavin George
77
Helen Hightower
98
Ingrid Ingersolls
90
Jack Johnson
65
Ken Kennedy
97
Louise Larkin
87
Maria Melendez
86
The End
0