Question: Programing C Task 4: Create a program that reads 10 integer grades from the user. The 10 values should be saved in an array of

Programing C
Task 4: Create a program that reads 10 integer grades from the user. The 10 values should be saved in an array of integers. The integers accepted by your program should be in the range 1 to 10. If any other value is inputted, you should assign a 0. Once the user ends inputting the 10 integers, please use a loop to print the values of your array. For example, if I input 8, 7, 9, -5, 9, 10, 5, 8, 11 and 6 my program should print 8, 7, 9, 0, 9, 10, 5, 8, 0 and 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
