I have to write a program that calculates a students final grade. The program should allow the user to input a students name, their exam grades, and their lab grades. using fstream
The program should determine averages, calculate the final grade and display the output.
For each student generate the following output and write to a file:
Student Name
Exam Grades 100 100 100
Lab Grades 90 90 90 90 90
Final Grade 97.5(A)