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
Get step-by-step solutions from verified subject matter experts
