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

Java  Java Programming Task (85 points): For this program you will create

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

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!