I have an array A. And array B. I need to transfer all non-repeating characters from array A to array B
PLEASE HELP.(C#)
I have:
int[] A = { 111,8,5,2,8,10,111};
//I need to create new array:
PLEASE HELP.(C#)
I have:
int[] A = { 111,8,5,2,8,10,111};
//I need to create new array: