Have the function FindIntersection(strArr) read the array of strings stored in strArr which will contain 2 elements: the first element will represent a list of comma-separated numbers sorted in ascending order, the second element wi represent a second list of comma-separated numbers (also sorted). Write a program to return a comma-separated string containing the numbers that occur in elements of strArr in sorted order. If there is no intersection, return the string false.
Answers
Answered by
3
Answer:
Ans 0
pls mark as brainliest
Similar questions