In C++ programming language:
Problem: As usual, Wario is concerned about nothing other thanacquiring more money. In order to maximize profits, Wario needs touse calculus to create derivatives for analysis. Unfortunately,Wario never took calculus; there wasn’t much need of it in theMushroom Kingdom. So, Wario is calling on you to help him bycreating a program to create derivatives.
Details
• This project must use two classes o Linked List class
o Node class • Linked List class
o Head pointer
o Overloaded Constructor
▪ Make copy of list passed in o Destructor
▪ Delete the list o Accessors and mutators
o Basic linked list functionality methods • Node class
o
OR
OR