0
Q:

array index of repeating element with lowest index c

int[] arr = {3,5,6,7,2,3,11,14 };
        int index = Array.IndexOf(arr, 3);
        Console.WriteLine(index);
        Console.ReadLine();
0

New to Communities?

Join the community