can someone help me solve this problem in C ?
Write the code that contains the student's information (for 5 students): ID and Points (must be in the form of an array). Based on the points belonging to the student, his grade should be calculated (eg if the student has 62 points, it makes him have a grade of 7). The grade should also be calculated average for grades that are above 5 (for those who have passed the exam). Eventually they should appear students with ID who has passed the exam along with his/her grade and who has not passed the exam, how many students passed the exam in total, average grade of positive grades, and the maximum score from all the points given in the array. If any of the given points are wrong, then the program should stop showing for which student the points are wrong, thus not displaying other required information higher.