Question: Help with task below console application in language C# Write a class Student with the fields: name, birthDate, course, and grade such as: Kristina Moller,

Help with task below console application in language C#

Write a class Student with the fields: name, birthDate, course, and grade such as: Kristina Moller, 1995,6,14 , C# Programming, 8. Develop an application that represents a program with two courses: C# Programming and Software development. The application holds objects of student class in a List object. The list shall contain 5-7 student objects from the beginning. It should allow the user to:

  • Add a new student

  • Check whether a student is on the list

  • Search for all students enrolled on C# Programming course and display their names

    and grades.

  • Display a sorted list (sorted on names) with all students in the program.

  • Remove a student from a list

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!