Question: c language Question 6. (12 Marks) Design a main program in C-language that asks the user to enter the grades of students (a grade should
Question 6. (12 Marks) Design a main program in C-language that asks the user to enter the grades of students (a grade should be between 0-100) with count -20 students. The program should store the grades in an array and then display the following data: a. The lowest grade in the array b. The number of passed grades (where pass grade >= 60) c. The sum of the grades in the array d. Write a function called AVG that takes the count and the sum of the grades as parameters and return the average. e. Call the function AVG from the main and display its returned value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
