Question: Exercise 1: Write a program that reads words into two ArrayLists listl and list2 and then creates a third ArrayList that contains words which are

 Exercise 1: Write a program that reads words into two ArrayLists

Exercise 1: Write a program that reads words into two ArrayLists listl and list2 and then creates a third ArrayList that contains words which are common to both list1 and list2. You may assume that the strings are entered as words separated by a space on a single line and the end is signaled by "-1" (String -1). You can use keyboardnext0 to read each word A sample dialog is shown below.- Enter words n one line , end with -I+' java c pascal ada java c++ -I+' Enter words n ne line , end with -I+' c pascal java lisp LARR-1 [java, c, pascal, ada, java, c++ [c, pascal, java, lisp, lispl Array List with common strings: [c, pascal, 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!