Question: Java Programming Task (85 points): For this program you will create an ArrayList of 20 random numbers between 1 and 50 These random number should
Programming Task (85 points): For this program you will create an ArrayList of 20 random numbers between 1 and 50 These random number should be created using Java's Random Class generator. Once this ArrayList of 20 random numbers is created your program should display this array to the user then prompt the user to enter an integer n (0-19) and show the nth element of the ArrayList to the user. After, it should then prompt the user to enter an element and remove the element the user enters. If n is out of bounds for the first or second user input your program should output an error message and terminate, otherwise it should display the value of the nth element
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
