Computer Science Homework Help

CISS 311 Bethesda University DEA Advanced Agile Software Development Question

 

Code should be written in C#

The Tiny College keeps track of its students taking courses. A student has a student ID, student name, and courses completed or taking them right now. A course has a course ID, course title, and semester offered. 

Create a user graphical interface application that can 1. Add new students; 2. Add new courses; 3. Allow for students to enroll in courses; 4. Display all students registered for a course; 5. Display all courses taken by a student.

I have attached images with all the information.