Write the main program to enter and validate, calculate total, calculate average
marks and to print the average marks. Write functions with correct function calls
and parameter passing
Answers
Answered by
0
Explanation:
In this program, we have created a user defined function average() for the calculation of average. The numbers entered by user are passed to this function during function
Similar questions