Question: c. (4 Pts) Write a C program that asks the user to enter 10 grades to an array and prints out all grades greater than

c. (4 Pts) Write a C program that asks the user to enter 10 grades to an array and prints out all grades greater than 15 and count them as follows: Output Example: enter the grades over 20 : 14 enter the grades over 20 : 15 enter the grades over 20 : 18 enter the grades over 20 : 17 enter the grades over 20 : 12 lenter the grades over 20 : 3 enter the grades over 20 : 16 enter the grades over 20 : 11 enter the grades over 20: 19 enter the grades over 20 : 15 grades greater than 15 are: 18 17 16 19 there are 4 grades greater than 15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
