You\'re given an array of integers where all numbers are repeating twice in a row except one number. The method findSingle(int[] arr) returns the index of t
findSingle(int[] arr)