Question: c++ (4 marks) Task 3: Write a function named calcAverage. a) It takes the number of students and total marks as input parameters b) The

c++
(4 marks) Task 3: Write a function named calcAverage. a) It takes the number of students and total marks as input parameters b) The function should calculate the average marks per student. c) It should return the average marks calculated in (b). Task 4: Write a function named dispSummary (4 marks) a) This is a non-returning function b) It takes the total marks as an input parameter. c) The function should display the total marks and tier by calling the disptier function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
