Calculate the average then display the students name and a


Write a C++ program to input 10 scores (range from 0-100), calculate the average, then display the student's name, and a letter grade such as A, B, C, D, or F.

It shall have a Student class with necessary private data members and constructor and public methods, such as getName, getGrade, calcScore, convertToGrade, etc.

Try to create a Student object in main(), then invoke its methods to perform the tasks.

You may choose to put everything in one cpp file, or to separate the declaration and definition of Student class, then you need to submit 3 files: the main app, Student.cpp and Student.h

Solution Preview :

Prepared by a verified Expert
Dissertation: Calculate the average then display the students name and a
Reference No:- TGS02899402

Now Priced at $30 (50% Discount)

Recommended (90%)

Rated (4.3/5)