Create a class "Element", which (as public) contains the following data members an integer variable called "Value" and a pointer called "Next", which is of the same data type as the class.
Create an object in the main that has the value NULL at the beginning.