Question: Please use Array List in the program A+ Computer Science AVERAGE Lab Goal : This lab was designed to teach you more about list processing

Please use Array List in the program Please use Array List in the program A+ Computer Science AVERAGE Lab

A+ Computer Science AVERAGE Lab Goal : This lab was designed to teach you more about list processing and algorithms. Lab Description : Write a program that will search through a list to find the smallest number and the largest number. The program will return the average the largest and smallest numbers. You must combine variables, ifs, and a loop to create a working method. There will always be at least one item in the list. Files Needed :: AverageRunner.java ListAverage.java Sample Data [-99,1,2,3,4,5,6,7,8,9,10,12345) [10,9,8,7,6,5,4,3,2,1,-99] (10,20,30,40,50, -11818,40,30,20,10] [327671 [255, 255) 19,10,-88, 100, -555, 1000) [10, 10, 10, 11, 456) (-111,1,2,3,9,11,20,30] 19,8,7,6,5,4,3,2,0,-2,-989) [12,15,18,21,23,1000] 1250, 19,17,15,13,11,10,9,6,3,2,1,-455) 19,10,-8,10000, -5000,1000] Sample Output 6123.0 -44.5 -5884.0 32767.0 255.0 222.5 233.0 -40.5 -490.0 506.0 -102.5 2500.0

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!