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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started