C# LinkedList with three data fields
I’m trying to write a LinkedList program that will take three datafields (two strings and one double), as properties for book keeping(author, title, price). Bascially, each node (book) should havethree data fields, author name, title of book, and price. The classshould have an Add, Remove, and PrintAll method. In the mainprogram, the console should ask for user input to add, remove, orprint the properties of nodes in the list.
Mostly, I am confused on how I should implement theMultiLinkedListOfBooks class.
Here is the code I have so far.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Book_Keeper
{
public class Program
{
static void
PayPal Gateway not configured
PayPal Gateway not configured