Task: I have a file with a student's name (first and last) and grades for three tests they took. Write a program that gets this information from the file and outputs the student's average test grade. This is exactly the same as the previous grading calculator program, only you're getting the data from a file instead of from the user.
Purpose: To practice using files.