Hi,
I need to create an application that will count the number of students who score from 90-100, 80-89, 70-79, 60-69, and 0-59 on exams. (Grades are listed in a ComboBox).
It should then display the number of students in labels, a second label should also display a message for each level of grades (Excellent, very good, good, etc.) if there is at least one student with that score, otherwise it should be left blank.
Could anyone help me with this?
Thanks !