Write a program that will input marks of five courses for an undetermined number of students. Your program will calculate average of the marks entered and store average marks for each student in an array. Your program should read the array and store grades in a character array. Grades are assigned on a 10 point spread. 90-100 A 80-89 B 70-79 C 60-69 D Below 60 F