Computer Science 161 Exercise # 8 Due: Tuesday, March 30 Please work the problem 1 on page 352 (the grading program). The input should be taken from the file student.dat, which contains A student name (15 characters max) Two quiz scores Midterm exam score Final exam score Your program should read this information into a struct which also should contain fields for the student's average numeric score and the student's letter grade. Output should be directed to the console (cout). Please call this program student.cpp. Please be very careful from this point on to 1. Name your program exactly as asked for (no upper or lower case changes). 2. Arrange for input exactly as asked for (i.e., don't ask the user for the name of the file, don't ask the user if they want to do this again, etc.). 3. Turn in the source (.cpp) file only. I am still getting some workspaces, etc., which I can not read. Please let me know if there are any questions. Many thanks! -Bob