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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!