Question: Learning outcome: assess studerits' ability to implement program application using array and functions. Activity description: create three functions that check if a students is failing
Learning outcome: assess studerits' ability to implement program application using array and functions.
Activity description: create three functions that check if a students is failing the class. The function's name is defined by the student.
One function that collects grades from the keyboard. The grades are saved in an array. Grades MUST be between and if a grade is not between and the function will display a message requesting another number.
A function that counts how many grades in an array are below inclusive and returns the total number of ratings that are below
a function to prompt all the grades in an array and also the total number of grades that are below as: Grades dotsdots. grade below
You must apply the concept of passing array to a function in both functions
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
