Implement a program as an object using a class (abstract data type) in C++ that does...

70.2K

Verified Solution

Question

Programming

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

Answer & Explanation Solved by verified expert
4.1 Ratings (854 Votes)
gradesh include using namespace std struct student string    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students