Question: Help with the below task console application in language C# Write a class Student with the fields: name, birthDate, course, and grade such as: Arne
Help with the below task console application in language C#
Write a class Student with the fields: name, birthDate, course, and grade such as: Arne Sharp, 1993,7,16 , 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
Note: Ok. Please explain what more information you need to solve the above task, there is nothing more information to it, thanks.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
