5
Answers

Basic C# program

Pooja Singh

Pooja Singh

8y
438
1
How to implement the program in c# two array value store one new array & unique value in both array.
 
Example-arry[]a={1,2,3,4,5}
array[]=array[]b={5,4,3,9,7}
Output find-
array[]c={1,2,9,7}
Answers (5)