+ 2
How to find duplicates in array using param
1 Answer
0
is that something you are looking for?
int[] arr1 = { 1, 2, 3, 3, 4};
int[] arr2 = arr1.Distinct().ToArray();
Hot today
Python — File Handling
2 Votes
What’s wrong?
2 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Achievements on Sololearn
1 Votes
How to draw in the console?
0 Votes
Question - Java: Pyramid layers
2 Votes