Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

Why do HCMSs exist? Do they change over time?

Answered: 1 week ago