Write a method RemoveDuplicates which receives as List as its parameter. The method should remove all duplicate numbers in the given list. For example, if the list contains the numbers 0, 1, 3, 2, 1, 5, 2, this method should change the list so that it only contains 0, 1, 3, 2, 5. Watch out: this method should change the input list itself and not return a whole new list
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here