I need to write a C program for an assignment. I know almost nothing about C, and it must read a file of data structured as:
Student name: last,first
Student grade: whole number

e.g.
Jones,Michael
88

There is an unknown amount of students in a file I have to create

Produce output from that list to the screen and then to a file called report.txt

The output:

First Last Number Letter
Name Name Grade Grade
____________________________________
students here




-----------------------------------------
Count of students: XX
Average Grade: XX