I have to make a linked list in C#, below is what I have to do and I am unsure where to start. Please explain in detail because I am completely new to coding. My text book does not do a great job of explaining how to create a linked list for this scenario.
This is what I have to do: You are writing a program that stores the list of product names in a linked list. The user will enter a product name and your program needs to check if the linked list contains the given product. How would you write such a program.