Using Microsoft®Visual Studio®,C# create a program that allow users to enter data for Students, Faculty Members, Courses, and Register students to courses.
The Main menu should offer choices including, but not limited to:
- Adding students
- Adding faculty members
- Adding courses
- Registering students to course(s)
- Printing a registration report
- Exiting Program
Complete the Main Menu.
Hint: Use a switch statement to accomplish the task.
MUST BE COMPLETED IN C#
Submit Part One of the team's project to the Assignment Files tab