Description
Write a program that inserts 25 random integers from 0 to 100 in order into a LinkedList object.
The program must:
sort the elements,
then calculate the sum of the elements, and
calculate the floating-point average of the elements.
$20.00 $12.00
Write a program that inserts 25 random integers from 0 to 100 in order into a LinkedList object.
The program must:
sort the elements,
then calculate the sum of the elements, and
calculate the floating-point average of the elements.