Write a class template to represent a generic array for five different students to maintain the marks of their own subje
-
answerhappygod
- Site Admin
- Posts: 899604
- 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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!