Question: Implement a program as an abstract data type in C++ that does the following: 1) reads the firstName, lastName and 3 test scores of at

Implement a program as an abstract data type in C++ that does the following:

1) reads the firstName, lastName and 3 test scores of at least five students.

2) calculate student test score totals, average, letter grade for each student.

3) Display the results in a table format showing firstName, lastName, test1, test2, test3, total, average, letterGrade, of all the students.

3 files .h, .cpp, main.cpp

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!