Question: using c++ Must use Class specification (.h). Class implementation (.cpp). Create arrays of class objects for 15+ student records including student IDs, student names, pointers

using c++

Must use Class specification (.h). Class implementation (.cpp).

Create arrays of class objects for 15+ student records including student IDs, student names, pointers point to each of students test scores, and the average of each students test scores.

A. The student records must be in a file for input including students IDs, and student names. The file path in the desktop can be located by file property, for example:C:\\Users\\yourUsersName\\Desktop\\filename.txt

B. The 10 testScores of each student may be initialized in the program body or stored in a second file for input.

C. After inputting the file into arrays of class objects, calculate the average score of each student. The call function for average must be a member function of the student class.

D. Print out student IDs, student names, average scores and the associated 10 testScores of each student.

E. Your class declaration should include student records as member data of the class. Your function definition should include the average function and other functions as you desire as member functions of the class.

Must use class specification (.h) and class implementation (.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!