Question: Write a Java program that performs the following: a. Creates an ArrayList, called al that can store integers b. Fills the al ArrayList with 10
Write a Java program that performs the following:
a. Creates an ArrayList, called al that can store integers
b. Fills the al ArrayList with 10 random integer numbers between 1 and 100
c. Prints the content of al
d. Removes the first element of al.
e. Prints the removed element in step d.
f. Prints the content of al again.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
