Question: 1. Create an ArrayList named myList. 2. Write a loop which will allow us to take in the names of 5 friends and store them

1. Create an ArrayList named myList.

2. Write a loop which will allow us to take in the names of 5 friends and store them in myList.

3. Add "Mrs. S. Arrington" to myList at index 4.

4. Write a loop which will print the values in myList.

5. Write a statement which will obtain the size of the ArrayList and store it in s.

6. Write a statement that will delete the last entry in the list, regardless of size.

Please write the code for Java.

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!