Discuss the below:
Q: Create a program that inserts 25 random integers from 0 to 100 in order into a linked-line object. The problem should calculate the sum of the elements and the floating-point average of the elements. And then modify it to use a Linkedlist collection.