Question: Lab Task 3 You have to make a LinkedList where you have to make a class and then this class have two members first one

Lab Task 3 You have to make a LinkedList where you have to make a class and then this class have two members first one would be the value of type int and the second one would be the address of the Node and the type of this address should be the same as class. Secondly, you have to insert Nodes in the LinkedList which would be empty in the beginning and then his list will be filled up by user during run time. NOTE: You can't make a LinkedList during compiled time you have to make a LinkedList during Run time on the demand of user, Suppose user will first ask you that how many nodes he wants to insert into the Linkedlist
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
