Question: Need in c Name your program lab 3 . c - Start by asking the user how many grades are to be entered. - Then

Need in c
Name your program lab3.c
- Start by asking the user how many grades are to be
entered.
- Then ask for each one of these grades and store
them in an array.
- Pass the array to a function and calculate the average
grade, return the average grade.
- Pass the array to a function and determine the
number of failing grades (grade less than 70). Return
the number of failing grades.
- Print out the average grade and the number of failing
grades.
-***You do not need to use pointers for any of this.
Just arrays and functions. ***

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!