Question Three Write a Java Program that do the following: A. Create an Array List of type Integer. B. Store 20 random integer numbers in the Array List using a for loop. The random numbers range should be between 1 and 100. C. Print the ArrayList using a print statement. D. Find and print the average value of the entire ArrayList. E. Run the program multiple times. show at least 4 screenshot of the outputs. F. Write your observation on the value of average. Show transcribed image text Question Three Write a Java Program that do the following: A. Create an Array List of type Integer. B. Store 20 random integer numbers in the Array List using a for loop. The random numbers range should be between 1 and 100. C. Print the ArrayList using a print statement. D. Find and print the average value of the entire ArrayList. E. Run the program multiple times. show at least 4 screenshot of the outputs. F. Write your observation on the value of average.
Expert Answer
Answer to Question Three Write a Java Program that do the following: A. Create an Array List of type Integer. B. Store 20 random i…