Implement a program as an object using a class (abstract datatype) in C++ that does the following:
1) reads the firstName, lastName and 3 test scores of at leastfive students.
2) calculate student test score totals, average, letter gradefor each student.
3) Display the results in a table format showing firstName,lastName, test1, test2, test3, total, average, letterGrade, of allthe students.
3 files .h, .cpp, main.cpp
create an object that can hold records.
must get records from a file.
output must be table format
Mickey Mouse 100 90 80 70
Minnie Mouse 95 100 75 85
Daffy Duck 50 60 70 80
Daisy Duck 100 95 90 80
Tom Jerry 90 100 85 80