☑Kizspy.me
Just one of above requirements is violated, your work will be considered as invalid.
On completion, submit the whole solution folder.
Before submitting, you can delete the folder [bin] in each project to reduce the size of the solution, to
fit the requirements of PEA_Client.
Question 1.
Design a C# console application to manage a list of students. The application should meet the following
requirements:
1. Create a Student class:
о
Public Properties: Id (int), Name (string), Age (int).
о Public Method: Display() to print student information in the format: "Id: (Id}, Name:
(Name), Age: (Age}".
2. Define the IsPromotable delegate:
o
bool IsPromotable(Student student).
3. Create a Student Manager Class:
о
Contains a list of students (List<Student>)
о
Public Method: AddStudent(Student student) to add a student to the list.
о
Public Method: DisplayStudents() to display the list of students.
°
Public Method: PromoteStudents(IsPromotable isPromotable) to display students who
meet the condition defined by the IsPromotable delegate.
Zoom
+ 100%
Close