Question: Private School Applic Flu CSC 201 Computer Science I ArrayList Lab Create a class called CustomerListerArrayList with a ma in method that declares and instantiates

 Private School Applic Flu CSC 201 Computer Science I ArrayList Lab

Private School Applic Flu CSC 201 Computer Science I ArrayList Lab Create a class called CustomerListerArrayList with a ma in method that declares and instantiates an ArrayList of String objects called customerName. Add each of the following Strings to the ArrayList. 1 .Beth Jerry Rick . Summer Morty 2 Write for each loop to print all the String objects to the console. Each name MUST be on a separate line. (After printing the contents of the array, print a blank new line for formatting) 3 Add "Jessica" so that it is the 4th name in the ArrayList. Now add Jerry" into the third position in the list (there will be two identical strings"Jerry" in the list) Write another for each loop to print all the String objects to the console. Each name MUST be on a separate line. (After printing the contents of the array, print a blank new line for formatting) Write a traditional for loop to remove "Jerry" and display the revised ArrayList. In the comments text box in the Blackboard assignment link answer the following question: could we have removed "Jerry" using a for each loop? Why or why not? In the comments text box in the Blackboard assignment link answer the following questions was "Jerry" removed completely from the list? How many test cases does your program pass? Upload your file CustomerListerArrayList.java to the assignment link in Blackboard. 4 5 6 7

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!