(Solved) : Exercise 1 Write Program Reads Words Two Arraylists Listl List2 Creates Third Arraylist Co Q27365223 . . .
![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]](https://d2vlcm61l7u1fs.cloudfront.net/media%2Fbf1%2Fbf12e608-1c5f-40f0-b860-7870b07f2545%2FphpyVdH5x.png)
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] Show transcribed image text
Expert Answer
Answer to Exercise 1 Write Program Reads Words Two Arraylists Listl List2 Creates Third Arraylist Co Q27365223 . . .
OR