Inserting integers in a Linked list/List in Java
Please solve the following problem using Java.Problem: Write a program that inserts 25 random integers from 0 to 100 in order in a linked list object. The program should calculate the sum of the elements and the floating-point average of the elements.ThanksRipon