Page 1 of 1

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
by answerhappygod
Write A Class Template To Represent A Generic Array For Five Different Students To Maintain The Marks Of Their Own Subje 1
Write A Class Template To Represent A Generic Array For Five Different Students To Maintain The Marks Of Their Own Subje 1 (13.85 KiB) Viewed 18 times
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.