I am begginner in C# and I need your help on writing a program which will remove the duplicates from an integer array?
I tried but not sure how will I assign Null value to int type?
{
A[j] = 0;
}
I also tried using an ArrayList where I will check if the arraylist already contains the element if not add else do nothing.
Thanks for your time in advance