Question: Lab 5 ArrayLists and Linked Lists JAVA Number Analysis Program Design a program that asks the user to enter a series of 20 numbers. The

 Lab 5 ArrayLists and Linked Lists JAVA Number Analysis Program Design

Lab 5 ArrayLists and Linked Lists JAVA Number Analysis Program Design a program that asks the user to enter a series of 20 numbers. The program should store the numbers in a arraylist and then display the following data: The lowest number in the list .The highest number in the list The total of the numbers in the list The average of the numbers in the list LinkedList Program Create a main and implement the following: 1) 2) Create a get method Add to front the following items to the list in this order a. 10 b. 100 c. 1000 3) Display the size of the linked list 4) Display the items in the list using the get method 5) Check to see if the list contains 10000 6) Add to front 10000 7) Display the size of the linked list 8) Display the items in the list using the get method 9) remove 100 10) Display the size of the linked list 11) Display the items in the list using the get method

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!