Question: Using C# winform application, Give a class Student name, id , grades (list of grades) for simplicity you may make them public. Add a method
Using C# winform application, Give a class Student name, id , grades (list of grades) for simplicity you may make them public. Add a method GetAverageGrade to return the average of all the grades of that student.
In Form1: create a Dictionary of Student add 10 students to it, each with 5 grades.
Have a button to search for a student by id, get the student and display name and all the grades
Have a button to remove a student by id and have a button to display all the students to a listview
Define a method that return a student with the highest average grade Display the student.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
