Loading

[NEW SOLN] CSIS 312 ASSIGNMENT 5 LINKEDLIST OBJECT

[SOLVED] CSIS 312 ASSIGNMENT 5 LINKEDLIST OBJECT: Write a program that inserts 25 random integers from 0 to 100 in order into Java’s LinkedList object (you must use Java’s LinkedList class to get any credit for this assignment).

The program must:

  • sort the elements,
  • then calculate the sum of the elements, and
  • calculate the floating-point average of the elements.

[SOLVED] CSIS 312 ASSIGNMENT 5 LINKEDLIST OBJECT: For this assignments make sure that your screen shot(s) show your program running and that your runtime display shows your random list, sorted list, sum of the elements, and average of the elements.  You only get credit for what you demonstrate.  Below is a sample screen shot.  Your output doesn’t have to look exactly like this but you should display the unsorted list, the sorted list, the sum, and the average to get full credit.

Support