C#C
C#14mo ago
Yukonヌ

I have a list of students and their grades that I want to sort based on grades

After user inputs name and grades of students, I want to be able to sort and output them with the students with highest grades first. I'm not sure how to go about this using a list and grades ranging from F-A+

student class: https://hatebin.com/csfqzfdnyi
program: https://hatebin.com/ahasrqnvmz
Was this page helpful?