Singly Link List using Class in C++

Implementation of Singly Link List using Classes of OOP in C++.

Output

The Elements in the singly link list:

7  8  1  3

The Elements in the singly link list

7  8  3