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
[290 byte] By [riponc007a] at [2007-9-29 0:34:35]
# 1
do the following 25 times.insert random value between x and y into my listAll you have to do is replace x and y with your values and compile using the java -idiot option.
rkippena at 2007-7-13 3:02:16 > top of Java-index,Other Topics,Algorithms...