Write a class template to represent a generic array for five different students to maintain the marks of their own subje
Posted: Thu Jun 02, 2022 8:27 am
Write a class template to represent a generic array for five different students to maintain the marks of their own subjects. Include member functions to perform the following tasks: (a) To create a array representing the list of the mark of the each subject (b) To modify the mark of a given subject in the array (c) To compute the total and average of the marks. (d) To display the marks, total and average of each student.