Question: create an input file for 15 student records including student ID's, student names, and 10 student's test scores. a. The student zecords must be in
create an input file for 15 student records including student ID's, student names, and 10 student's test scores. a. The student zecords must be in a file. The file path in the desktop can be located by file property, for example: ": \ \Users I lyourosersNamel \Desktop\ \filename. txt' b. After inputting the file into student's class object, calculate the average score of each student. The call function for aver must be a member function of the student class age c. Print out student ID. student name, average score and the associated 10 testscores of each student. d. You will repeat the (b) and (c) until all students' records are done. 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 f. Must use class specification (.h) and class implementation (.cpp). There wil1 be no credit if specification file and implementation file are not used
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
