Hello all,
I have two string arrays as follows:
string array1[] = { "once", "in", "a", "lifetime", "chance", "success" };
string array2[] = { "success", "is", "the", "only", "option" };
I want to have a function that will take the two arrays and return the number of times a word appears in both arrays. I also want to have a function that takes in both arrays and returns the max number of characters for any word in both arrays.
Thanks for any help
Sagar MaldePosted Jun 4, 2019, 3:53 AM
Sanjit Kumar SinghPosted Feb 18, 2019, 12:49 AM
Vivek KumarPosted Feb 13, 2019, 1:12 PM
Salman BegPosted Feb 12, 2019, 10:11 PM