Question: I need help with this C# program. It needs to be about something besides movies and i need the challenge part done as well: In

I need help with this C# program. It needs to be about something besides movies and i need the challenge part done as well:

In the lecture notes on C#, many examples of collections were presented. The assignment this week is to work with three collections: List, Queue, and Dictionary. Create three programs, with each one using one of the three collections above. With each program, show how the collection can be created, modified (add, delete, ...), and printed. Additionally, utilize two methods for your Collections (such as sort or reverse) and print to the screen so you know it works.

To start with, determine what collection you want to work with. In the lecture notes, my collection was Movies. It used a List Collection to identify a set of movies, a Dictionary Collection to provide comments about each movie, and a Queue Collection to demonstrate how a company like Netflix could use it in their business. Pick some other collection of interest to you and use it in all three programs.

Challenge (Max Points - 100)

We covered six generic collections in the lecture notes this week. Create six C# programs to exercise each generic collection.

(List, Dictionary, Stack, Queue, Linked List, and Hash Set) I need one of each of these.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!