Question: c++ Write a method to insert an item in an unsorted list where the items are kept in a linked list named greenlist (a pointer

c++
Write a method to insert an item in an unsorted list where the items are kept in a linked list named "greenlist" (a pointer where the first address of the list is kept) and the method has the signature: void Insertitem(ItemType green). Important: you need to insert the item at the end of the list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
