I have an array.
array[] = {5,7,4,6,7,5} Expected Output: 2 5-7 #1 4-6-7 #2
Other example:
array[] = {1,2,3,4,5,6} Output: 1 (1