Counting A and B Students Based on Grades
This C program prompts the user to enter grades for 10 students and counts how many received A (above 85) and B (above 75) grades. It ensures that the grades entered are between 0 and 100, requesting re-entry for invalid inputs. At the end, it displays the number of A and B students.Leave a Comment