Add a method named problem that accepts two arrays of string


Problem

Add a method named problem3 that accepts two arrays of string values. Find and common elements. You may assume each array contains unique elements. Return the result. Test case: array1 is {"banana", "apple", "orange"}, array2 is {"apple", "strawberry", "watermelon", "banana"}, return {"banana", "apple"}.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Add a method named problem that accepts two arrays of string
Reference No:- TGS03284825

Expected delivery within 24 Hours