You will create a linked list of random numbers and display the last asked elements of the linked list on the console (command prompt).
You are required to make a program using C++ language to implement a singly linked list. You will create a linked list of random numbers and...