- 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 16 times
Write a class template to represent a generic array for five different students to maintain the marks of their own subje
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a class template to represent a generic array for five different students to maintain the marks of their own subje
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.